LinearPack {BioNovoGene.Analytical.MassSpectrometry.Math.LinearQuantitative.Data} | .NET clr documentation |
以CDF文件格式保存线性方程以及原始峰面积数据
# namespace BioNovoGene.Analytical.MassSpectrometry.Math.LinearQuantitative.Data
export class LinearPack {
# a collection of the id and name of the internal standards reference
IS: IS[];
linears: StandardCurve[];
# the peak area data points of different compound feature on different raw data file
peakSamples: TargetPeakPoint[];
# reference standards content levels for multiple ions
reference: list;
targetted: TargettedData;
time: DateTime;
title: string;
}
IS
: ISlinears
: StandardCurvepeakSamples
: TargetPeakPointreference
: listtargetted
: TargettedDatatime
: DateTime