| getBM.internal | R Documentation |
Depending on R version (<4.0.0) then it needs to have a special call
getBM.internal(...)
... |
see biomaRt::getBM as all parameters are the same |
result of the biomaRt::getBM call
biomaRt::getBM
mart <- loose.rock:::getHsapiensMart.internal()
res <- loose.rock:::getBM.internal(
attributes = c('ensembl_gene_id','external_gene_name'),
filters = 'biotype',
values = c('protein_coding'),
mart = mart,
useCache = FALSE
)
nrow(res)
head(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.