PubMedTextTable {SMRUCC.genomics.GCModeller.Workbench.Knowledge_base.NCBI.PubMed} | .NET clr documentation |
A publication record in pubmed database, export from pubchem database export in csv/json list format
dump data from pubchem data that make associates from pubchem and pubmed
# namespace SMRUCC.genomics.GCModeller.Workbench.Knowledge_base.NCBI.PubMed
export class PubMedTextTable {
annotation: string;
articleabstract: string;
articleaffil: string;
# authors names
articleauth: string;
articlejourname: string;
articlepubdate: integer;
articletitle: string;
articletype: string;
# the related compound list about this article
cids: string;
citation: string;
doi: string;
meshcodes: string;
# keywords about this article
meshheadings: string;
meshsubheadings: string;
# the article pubmed id
pmid: integer;
pmidsrcs: string;
sids: string;
}