Description Usage Arguments Value Methods (by class) Examples
getEnsembleList
contacts the Ensembl Rest API, querying the presence
of an Ensembl ID in the active database.
Should the ID not be found in the active database, checkEnsemblArchive()
is called to check whether it is archived.
1 2 3 4 | getEnsembleList(query)
## S4 method for signature 'character'
getEnsembleList(query)
|
query |
a string containing the ID to be queried. |
A list detailing the entry in the Ensembl database... or "archived" if present in the archive.
character
: as above.
1 2 3 | query <- "ENSG00000157764"
ret <- getEnsembleList(query)
ret$display_name
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.