StandardCurve {BioNovoGene.Analytical.MassSpectrometry.Math.LinearQuantitative} .NET clr documentation

StandardCurve

Description

The linear model of the targeted metabolism model data.(标准曲线模型)

Declare

            
# namespace BioNovoGene.Analytical.MassSpectrometry.Math.LinearQuantitative
export class StandardCurve {
   arguments: any kind;
   blankControls: double;
   # The internal standards
   IS: IS;
   isValid: boolean;
   isWeighted: boolean;
   # 该代谢物的线性回归模型
   linear: IFitted;
   # The metabolite name or database id
   name: string;
   points: ReferencePoint[];
   # This linear model is required calibration by internal standards or not?
   #  (在进行线性回归计算的时候是否需要内标校正?)
   requireISCalibration: boolean;
}

        

.NET clr type reference tree

  1. use by property member arguments: any kind
  2. use by property member IS: IS
  3. use by property member linear: IFitted
  4. use by property member points: ReferencePoint

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