PubMedTextTable {SMRUCC.genomics.GCModeller.Workbench.Knowledge_base.NCBI.PubMed} .NET clr documentation

PubMedTextTable

Description

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

Declare

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

        

.NET clr type reference tree

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