SIDMap {BioNovoGene.BioDeep.Chemistry.NCBI.PubChem} | .NET clr documentation |
This is a listing of all (live) SIDs with their source names and registry identifiers, and the standardized CID If present. It Is a gzipped text file where Each line contains at least three columns: SID, tab, source name, tab, registry identifier; then a fourth column Of tab, CID If there Is a standardized CID For the given SID.
# namespace BioNovoGene.BioDeep.Chemistry.NCBI.PubChem
export class SIDMap {
CID: integer;
# the external database id, example as KEGG id, HMDB id or something.
registryIdentifier: string;
SID: integer;
# the source database name, example as: KEGG, ChEBI, etc
sourceName: string;
}