getBM.internal: Internal call to biomaRt::getBM

Description Usage Arguments Value See Also Examples

View source: R/coding.genes.R

Description

Depending on R version (<4.0.0) then it needs to have a special call

Usage

1

Arguments

...

see biomaRt::getBM as all parameters are the same

Value

result of the biomaRt::getBM call

See Also

biomaRt::getBM

Examples

 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)

loose.rock documentation built on April 30, 2021, 1:06 a.m.