all_genes | R Documentation |
Return all known genes from a given species.
all_genes(
species,
method = c("gprofiler", "homologene", "babelgene"),
ensure_filter_nas = FALSE,
run_map_species = TRUE,
verbose = TRUE,
...
)
species |
Species to get all genes for.
Will first be standardised with |
method |
R package to use for gene mapping:
|
ensure_filter_nas |
Perform an extra check to remove
genes that are |
run_map_species |
Standardise |
verbose |
Print messages. |
... |
Additional arguments to be passed to
gorth or homologene. |
References homologeneData or gconvert.
Table with all gene symbols
from the given species
.
genome_mouse <- all_genes(species = "mouse")
genome_human <- all_genes(species = "human")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.