ms2 {BioNovoGene.Analytical.MassSpectrometry.Math.Spectra} | .NET clr documentation |
A spectra fragment with m/z and into data.
[mz, into, annotation] the mass spectrum data model that based on this peak collection has: + PeakMs2 + PeakList a more complex of this spectrum peak data model is SpectrumPeak object
# namespace BioNovoGene.Analytical.MassSpectrometry.Math.Spectra
export class ms2 {
# Peak annotation data or something else
Annotation: string;
# Relative intensity.(percentage)
intensity: double;
# Molecular fragment m/z.(or the mass value)
mz: double;
}