SIDMap {BioNovoGene.BioDeep.Chemistry.NCBI.PubChem} .NET clr documentation

SIDMap

Description

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.

Declare

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

        

.NET clr type reference tree

this clr type has no other .net clr type reference.
[Package {$package} version {$version} Index]