MzQuery {BioNovoGene.BioDeep.MSEngine} | .NET clr documentation |
query result of a ms1 m/z ion
# namespace BioNovoGene.BioDeep.MSEngine
export class MzQuery extends MetID {
intensity: double;
mz: double;
# the evaluated theoretical m/z value based
# on the precursor type and formula string
# data.
mz_ref: double;
name: string;
ppm: double;
precursor_type: string;
rt: double;
# used in MSJointConnection peak list annotation.
score: double;
unique_id: string;
}