VirtualCell {SMRUCC.genomics.GCModeller.Assembly.GCMarkupLanguage.v2} | .NET clr documentation |
虚拟细胞数据模型Xml文件
# namespace SMRUCC.genomics.GCModeller.Assembly.GCMarkupLanguage.v2
export class VirtualCell extends ModelBaseType {
# 基因组结构模型,包含有基因的列表,以及转录调控网络
genome: Genome;
# 代谢组网络结构
metabolismStructure: MetabolismStructure;
properties: Property;
Stylesheet: XmlStyleProcessor;
# 物种注释信息
taxonomy: Taxonomy;
TypeComment: XmlComment;
}
genome
: GenomemetabolismStructure
: MetabolismStructureproperties
: PropertyStylesheet
: XmlStyleProcessortaxonomy
: TaxonomyTypeComment
: XmlComment