Description Usage Arguments Value See Also Examples
Depending on R version (<4.0.0) then it needs to have a special call
| 1 | 
| ... | see biomaRt::getBM as all parameters are the same | 
result of the biomaRt::getBM call
biomaRt::getBM
| 1 2 3 4 5 6 7 8 9 10 |   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.