| VirtualCell {SMRUCC.genomics.GCModeller.Assembly.GCMarkupLanguage.v2} | .NET clr documentation | 
The virtual cell model xml file
虚拟细胞数据模型Xml文件
            
# namespace SMRUCC.genomics.GCModeller.Assembly.GCMarkupLanguage.v2
export class VirtualCell extends ModelBaseType {
   # the intra-cellular environment id, will be used for identify the compound source between different cell source.
   #  usually be the organism taxonomy scientific name, or taxid, something.
   cellular_id: string;
   # 基因组结构模型,包含有基因的列表,以及转录调控网络
   genome: Genome;
   # 代谢组网络结构
   metabolismStructure: MetabolismStructure;
   properties: Property;
   Stylesheet: XmlStyleProcessor;
   # 物种注释信息
   taxonomy: Taxonomy;
   TypeComment: XmlComment;
}
        
        genome: GenomemetabolismStructure: MetabolismStructureproperties: PropertyStylesheet: XmlStyleProcessortaxonomy: TaxonomyTypeComment: XmlComment