| StatusMapFactor {SMRUCC.genomics.GCModeller.ModellingEngine.Dynamics.Core} | .NET clr documentation |
用于估算细胞内的某些状态的只读的状态视图,例如使用总蛋白质量来估算细胞的生长状态,(ATP,NADH/NADPH)的总量来估算细胞内的能量与代谢活跃度
# namespace SMRUCC.genomics.GCModeller.ModellingEngine.Dynamics.Core
export class StatusMapFactor extends Factor {
cellular_compartment: string;
coefficient: double;
ID: string;
# 定义这个视图的质量组成
mass: string;
name: string;
role: MassRoles;
template_id: string;
Value: double;
}