| MetaInfo {BioNovoGene.BioDeep.Chemistry.MetaLib.Models} | .NET clr documentation |
the very basic metabolite annotation data model
this data model includes the metabolite annotation information, includes: 1. basic metabolite information, example as formula, name, etc 2. database cross reference: MetaInfo.xref
# namespace BioNovoGene.BioDeep.Chemistry.MetaLib.Models
export class MetaInfo {
description: string;
exact_mass: double;
formula: string;
# 该物质在整合库之中的唯一标识符
ID: string;
IUPACName: string;
name: string;
synonym: string;
# The database cross reference of current metabolite and the molecule structure data.
xref: xref;
}
xref: xref