View source: R/download_gene_ref.R
| download_gene_ref | R Documentation |
Downloads a standardized gene annotation table for human or mouse using biomaRt.
Includes Ensembl ID, gene symbol, Entrez ID, gene type, chromosome location, and other metadata.
download_gene_ref(
species = c("human", "mouse"),
remove_empty_symbol = FALSE,
remove_na_entrez = FALSE,
save = FALSE,
save_path = NULL
)
species |
Organism, either |
remove_empty_symbol |
Logical. Remove entries with missing gene symbol. Default: |
remove_na_entrez |
Logical. Remove entries with missing Entrez ID. Default: |
save |
Logical. Whether to save the result as |
save_path |
File path to save (optional). If |
A data.frame containing gene annotation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.