Cluster {SMRUCC.genomics.Analysis.HTS.GSEA} | .NET clr documentation |
A collection of the functional related BackgroundGene. (主要是KEGG代谢途径,也可以是其他的具有生物学意义的聚类结果)
# namespace SMRUCC.genomics.Analysis.HTS.GSEA
export class Cluster extends ListOf`1 {
# A brief description on term function.
description: string;
# The cluster id.(代谢途径的编号或者其他的标识符)
ID: string;
# get the collection of all member theirs Synonym.accessionID
memberIds: string;
# 当前的这个聚类之中的基因列表
members: BackgroundGene[];
# The common name of current term Cluster.ID
names: string;
size: integer;
}
members
: BackgroundGene