View source: R/biomart_utils.R
gimme_mart | R Documentation |
A function to get a biomaRt object during an R analysis that can later on be used for retrieving gene IDs, coordinates and more.
gimme_mart(
species = "hsapiens",
version = "latest",
verbose = TRUE,
out_dir = FALSE,
use_mirror = FALSE,
which_mirror
)
species |
a character specifying the species to work with. Currently the supported species are:
|
version |
Which database version of biomart do you want? Use:
|
verbose |
Logical. Print the version and genome assembly for the species queried. Default |
out_dir |
Either |
use_mirror |
Logical. Do you want to use a mirror for creating the biomart object? Default |
which_mirror |
Specify which biomart mirror to use. Chose from:
|
A biomaRt ensembl object
The latest ensembl release version of the mouse genome GRCm38 (aka mm10) is 102
.
# Human ENSEMBL biomaRt object
human_ensembl <- gimme_mart()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.