MetID {BioNovoGene.Analytical.MassSpectrometry.Math.Ms1.Annotations} | .NET clr documentation |
the ion annotation model
# 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;
}