View source: R/map_orthologs_custom.R
map_orthologs_custom | R Documentation |
Map orthologs from one species to another
using a custom gene_map
table.
map_orthologs_custom(
gene_map,
input_species,
output_species,
input_col,
output_col,
verbose = TRUE
)
gene_map |
A data.frame that maps the current gene names to new gene names. This function's behaviour will adapt to different situations as follows:
|
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. |
input_col |
Column name within |
output_col |
Column name within |
verbose |
Print messages. |
Ortholog map data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.