map_orthologs_babelgene {orthogene}R Documentation

Map orthologs: babelgene

Description

Map orthologs from one species to another using orthologs.

Usage

map_orthologs_babelgene(
  genes,
  input_species,
  output_species = "human",
  verbose = TRUE,
  ...
)

Arguments

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.

verbose

Print messages.

...

Additional arguments passed to orthologs.

Value

Ortholog map data.frame

Source

babelgene tutorial


[Package orthogene version 0.99.9 Index]