| search.genes.internal | R Documentation |
Search genes in biomaRt
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
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.