StandardCurve {BioNovoGene.Analytical.MassSpectrometry.Math.LinearQuantitative} | .NET clr documentation |
The linear model of the targeted metabolism model data.(标准曲线模型)
# 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;
}
arguments
: any kindIS
: ISlinear
: IFittedpoints
: ReferencePoint