CellularModules {SMRUCC.genomics.GCModeller.ModellingEngine.IO.Raw} | .NET clr documentation |
The sandbox engine output raw data file format
# namespace SMRUCC.genomics.GCModeller.ModellingEngine.IO.Raw
export class CellularModules {
# 代谢物列表
Metabolites: Index`1;
# 由基因转录出来的mRNA的编号列表
mRNAId: Index`1;
# 由mRNA翻译出来的多肽链的Id列表
Polypeptide: Index`1;
# 由一条或者多条多肽链修饰之后得到的最终的蛋白质的编号列表
Proteins: Index`1;
# 反应过程编号列表
Reactions: Index`1;
# 由基因转录出来的其他的RNA分子的编号列表
RNAId: Index`1;
}
Metabolites
: Index`1mRNAId
: Index`1Polypeptide
: Index`1Proteins
: Index`1Reactions
: Index`1RNAId
: Index`1