get.bm | R Documentation |
get.bm()
is a user-friendly wrapper for getBM()
from the biomaRt package with default
settings for Human and Mouse.
It sets all needed variables and performs the query.
get.bm(
values,
biom.data.set = c("human", "mouse"),
biom.mart = c("ensembl", "mouse", "snp", "funcgen", "plants"),
host = "https://www.ensembl.org",
biom.filter = "ensembl_gene_id",
biom.attributes = c("ensembl_gene_id", "hgnc_symbol", "description"),
biom.cache = rappdirs::user_cache_dir("biomaRt"),
use.cache = TRUE,
verbose = FALSE
)
values |
|
biom.data.set |
|
biom.mart |
|
host |
|
biom.filter |
|
biom.attributes |
|
biom.cache |
|
use.cache |
( |
verbose |
( |
A data frame with the retrieved information.
Vidal Fey
getBM
## Not run:
val <- c("ENSG00000111199", "ENSG00000134121", "ENSG00000176102", "ENSG00000171611")
bm <- get.bm(val)
bm
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.