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