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 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;
}

        

.NET clr type reference tree

  1. this class extends from MetID class: MetID

[Package {$package} version {$version} Index]