View source: R/map_orthologs_babelgene.R
map_orthologs_babelgene | R Documentation |
Map orthologs from one species to another using orthologs.
map_orthologs_babelgene(
genes,
input_species,
output_species = "human",
min_support = 1,
top = FALSE,
verbose = TRUE,
...
)
genes |
Gene list. |
input_species |
Name of the input species (e.g., "mouse","fly"). Use map_species to return a full list of available species. |
output_species |
Name of the output species (e.g. "human","chicken"). Use map_species to return a full list of available species. |
min_support |
Minimum number of supporting source databases. Gene pairs available in this package are supported by 2 to 12 databases (the maximum varies depending on the species). |
top |
For each gene, output only the match with the highest support level if there are multiple hits. |
verbose |
Print messages. |
... |
Additional arguments to be passed to
gorth or homologene. |
Ortholog map data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.