| fetchAnnotation | R Documentation | 
Fetches annotations for human ("hs") or mouse ("mm") from the Ensembl BioMart.
fetchAnnotation(
  species = c("hs", "mm"),
  ensembl_version = NULL,
  ensembl_host = NULL
)
| species | Species identifier (only "hs" or "mm" are supported). | 
| ensembl_version | Version of the ensembl annotation to use,
passed to  | 
| ensembl_host | The address of the ensembl host
The default  | 
Only human "hs" and mouse "mm" are supported.
Annotation must contain the columns "entrez_id" and
"gene_name".
A data.frame of three columns:
c("ensembl_id", "entrez_id", "gene_name")
Steve Sansom
## Not run: ann_hs <- fetchAnnotation(species="hs") ann_mm <- fetchAnnotation(species="mm") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.