Background {SMRUCC.genomics.Analysis.HTS.GSEA} | .NET clr documentation |
a collection of the functional related gene consist of this background model. (假设基因组是有许多个功能聚类的集合构成的)
the functional related geneset is modelling as the Background.clusters at here.
# namespace SMRUCC.genomics.Analysis.HTS.GSEA
export class Background extends XmlDataModel {
build: DateTime;
# a collection of the functional related genesets.
clusters: Cluster[];
comments: string;
# A brief unique id code. Such as kegg organism code or ncbi taxonomy id.
id: string;
name: string;
# The number of genes in this background genome.
size: integer;
Stylesheet: XmlStyleProcessor;
TypeComment: XmlComment;
}
build
: DateTimeclusters
: ClusterStylesheet
: XmlStyleProcessorTypeComment
: XmlComment