get_biomart_mapping | R Documentation |
Internal function for obtaining biomaRt mapping
get_biomart_mapping(species, symbol_name, dir_save, verbose)
species |
The species to obtain a biomart dataset for. This should be
an output from |
symbol_name |
The type of gene symbol to use. HGNC symbols are used by
default (hgnc_symbol), unless |
dir_save |
The directory to store annotation reference. Future
calls to this function will use the stored annotations. This speeds up the
operation and allows for reproducibility in the event that the |
verbose |
Set to FALSE to avoid messages. |
A data frame containing a mapping between entrezgene IDs and gene symbols.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.