connect_to_gene_ensembl | R Documentation |
Connect to the "hsapiens_gene_ensembl" dataset in the "ENSEMBL_MART_ENSEMBL"
BioMart database, using useEnsembl
connect_to_gene_ensembl(mirror = "www")
mirror |
(optional) to use an alternative mirror. see
|
a Mart object with a connection to the "hsapiens_gene_ensembl" dataset
# Connect with the default mirror
gene_mart <- connect_to_gene_ensembl()
# Connect with the "www" mirror
gene_mart <- connect_to_gene_ensembl(mirror="www")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.