Description Usage Arguments Value Methods (by class) Examples
checkEnsemblArchive
contacts the Ensembl Rest API, querying the presence
of an Ensembl ID in the archive database.
1 2 3 4 | checkEnsemblArchive(query)
## S4 method for signature 'character'
checkEnsemblArchive(query)
|
query |
a string containing the ID to be queried. |
"archived" if successful (ID present in Archive), else errors out.
character
: as above.
1 2 | query <- "ENSG00000121031"
ret <- checkEnsemblArchive(query)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.