Description Usage Arguments Value Examples
View source: R/mapCpdbAcessionNumbers.R
Maps accession numbers of a valid type to CPDB entity IDs.
1 | mapCpdbAccessionNumbers(accType, accNumbers)
|
accType, |
string with a valid accession number type (such as 'uniprot'). |
accNumbers, |
string with a list of accession numbers. |
cpdbIds, mapped accession numbers
1 2 3 4 5 | library(PathData)
accNumbers <- c("MDHM_HUMAN", "MDHC_HUMAN", "DLDH_HUMAN")
mapCpdbAccessionNumbers("uniprot", accNumbers)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.