LibraryMatrix {BioNovoGene.Analytical.MassSpectrometry.Math.Spectra} | .NET clr documentation |
The LibraryMatrix.ms2 library matrix object model
# namespace BioNovoGene.Analytical.MassSpectrometry.Math.Spectra
export class LibraryMatrix extends IVector`1 {
Array: ms2[];
# mass spectrometry data in centroid mode?
centroid: boolean;
# evaluates the spectrum peaks' shannon entropy value based on the LibraryMatrix.intensity
entropy: double;
First: ms2;
# get the numeric vector of the ms2.intensity value
intensity: Vector;
IsScalar: boolean;
Last: ms2;
Length: integer;
# The list of molecular fragment
ms2: ms2[];
# get all ms2 fragment peaks m/z values
mz: double;
name: string;
parentMz: double;
# sum of LibraryMatrix.intensity
totalIon: double;
}
Array
: ms2First
: ms2intensity
: VectorLast
: ms2ms2
: ms2