MetID {BioNovoGene.Analytical.MassSpectrometry.Math.Ms1.Annotations} .NET clr documentation

MetID

Description

the ion annotation model

Declare

            
# namespace BioNovoGene.Analytical.MassSpectrometry.Math.Ms1.Annotations
export class MetID {
   intensity: double;
   # the source m/z value of current annotated ion feature.
   mz: double;
   # the metabolite name of current ion that annotated.
   name: string;
   # the ion adducts of this ion precursor
   precursor_type: string;
   rt: 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]