A publication record in pubmed database, export from pubchem database export in csv/json list format
PubMedTextTable
00 Remarks
dump data from pubchem data that make associates from pubchem and pubmed
01 Syntax
SMRUCC.genomics.GCModeller.Workbench.Knowledge_base.NCBI.PubMed.PubMedTextTable
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| ParseJSON | 1 | |
| GetPublishDate | 1 | |
| LoadTable | 1 | |
| ToString | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| pmid | 1 | the article pubmed id |
| meshheadings | 1 | keywords about this article |
| cids | 1 | the related compound list about this article |
| articleauth | 1 | authors names |
| articlepubdate | 1 | |
| articletype | 1 | |
| pmidsrcs | 1 | |
| meshsubheadings | 1 | |
| meshcodes | 1 | |
| sids | 1 | |
| articletitle | 1 | |
| articleabstract | 1 | |
| articlejourname | 1 | |
| articleaffil | 1 | |
| citation | 1 | |
| doi | 1 | |
| annotation | 1 |
04 Members
ParseJSON(
String)Parameters
| Name | Type | Description |
|---|---|---|
json | String | could be a json file its file path or the json text content data. |
pmid
the article pubmed id
meshheadings
keywords about this article
cids
the related compound list about this article
articleauth
authors names
articlepubdate
articletype
pmidsrcs
meshsubheadings
meshcodes
sids
articletitle
articleabstract
articlejourname
articleaffil
citation
doi
annotation
GetPublishDate()
LoadTable(
String)ToString()