Description Usage Arguments Value Examples
Search genes in biomaRt
1  | search.genes.internal(filters, values, mart, useCache = TRUE, verbose = FALSE)
 | 
filters | 
 see biomaRt::getBM  | 
values | 
 see biomaRt::getBM  | 
mart | 
 see biomaRt::getBM  | 
useCache | 
 see biomaRt::getBM  | 
verbose | 
 see biomaRt::getBM  | 
data table with attributes as columns
1 2 3 4 5 6 7  |   mart <- loose.rock:::getHsapiensMart.internal()
  loose.rock:::search.genes.internal(
    'entrezgene_accession', 'HHLA3', mart, useCache = FALSE
  )
  loose.rock:::search.genes.internal(
    'external_gene_name', 'BRCA2', mart, useCache = FALSE
  )
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.