RtShift {BioNovoGene.Analytical.MassSpectrometry.Math} | .NET clr documentation |
the rt shift result
# namespace BioNovoGene.Analytical.MassSpectrometry.Math
export class RtShift {
# the reference rt
refer_rt: double;
RI: double;
# the sample name
sample: string;
sample_rt: double;
# RtShift.sample_rt - RtShift.refer_rt.
shift: double;
xcms_id: string;
}