Matrix {SMRUCC.genomics.Analysis.FBA.Core} .NET clr documentation

Matrix

Description

未知变量xyz为代谢过程,而在约束的目标函数之中则可以通过对代谢过程的约束计算出系数

the flux data is constrain via a set of DoubleRange

Declare

            
# namespace SMRUCC.genomics.Analysis.FBA.Core
export class Matrix {
   # 线性规划之中的行名称,约束值都是零
   Compounds: string;
   # 线性规划之中的列名称,即未知变量列表
   Flux: list;
   Gaps: string;
   # 矩阵的结构为:
   #  
   #  行应该为Compound, 列应该为代谢过程
   Matrix: Double[][];
   # 这个矩阵之中有多少列?即有多少个代谢物
   NumOfCompounds: integer;
   # 目标函数之中的计算目标,为Reaction Matrix.Flux编号之中的一部分
   Targets: string;
}

        

.NET clr type reference tree

  1. use by property member Flux: list
  2. use by property member Matrix: Double[]

[Package {$package} version {$version} Index]