MzQuery {BioNovoGene.BioDeep.MSEngine} .NET clr documentation

MzQuery

Description

query result of a ms1 m/z ion

Declare

            
# namespace BioNovoGene.BioDeep.MSEngine
export class MzQuery {
   # the source m/z value
   mz: double;
   # the evaluated theoretical m/z value based 
   #  on the precursor type and formula string 
   #  data.
   mz_ref: double;
   name: string;
   ppm: double;
   precursorType: string;
   # used in MSJointConnection peak list annotation.
   score: double;
   # the unique id of the target query result metabolite
   unique_id: string;
}

        

.NET clr type reference tree

this clr type has no other .net clr type reference.
[Package {$package} version {$version} Index]