all_genes {orthogene} | R Documentation |
Return all known genes from a given species.
all_genes( species, method = c("gprofiler", "homologene", "babelgene"), ensure_filter_nas = FALSE, verbose = TRUE, ... )
species |
Species to get all genes for.
Will first be standardised with |
method |
R package to to use for gene mapping:
|
ensure_filter_nas |
Perform an extra check to remove
genes that are |
verbose |
Print messages. |
... |
Additional arguments to be passed to
gconvert when
|
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")