View source: R/getEnsemblData.R
getEnsemblData | R Documentation |
Error is handled based on their rule as set out at https://github.com/Ensembl/ensembl-rest/wiki/HTTP-Response-Codes
getEnsemblData(url, handle, max.attempt = 5)
url |
Pre-built Ensembl REST API URL. |
handle |
|
max.attempt |
Maximum number of attempts to fetch the data, default is 5. |
Parsed JSON data, which could be in the form of a data.frame or a list of lists, depending on the API response.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.