Description Usage Arguments Value Examples
View source: R/getCpdbAccessionTypes.R
Provides a list of different types of accession numbers (e.g. 'uniprot') that are mappable to CPDB entity IDs. Parameter 'entityType' should be either 'genes' or 'metabolites'.
1 | getCpdbAccessionTypes(entityType)
|
entityType, |
string with entity typme, should be 'genes' or metabolites |
array with accession types associated to genes or metabolites
1 2 3 | library(PathData)
getCpdbAccessionTypes(entityType = "genes")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.