Description Usage Arguments Value Author(s) Examples
retrieve Mesh terms for a given PubChem CID from PubChem
1 | callMesh(pcid)
|
pcid |
a string of PubChem CID |
list of data frame of nodes and data frame of edges with the following components:
nodes:
id
= mesh id
gid
= mesh id
nodename
= mesh name
nodelabel
= Mesh
nodexref
= mesh id
annotation_size
= total number of PubChem CIDs in each Mesh term
background_size
= total number of PubChem CIDs
edges:
source, target
= node
type
= ANNOTATION
datasource
= PUBCHEM
Return empty list of data frame if error or found nothing.
Kwanjeera W kwanich@ucdavis.edu
1 | # mesh = callMesh(345)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.