Learn R Programming

babelgene (version 22.9)

species: Retrieve the available species

Description

List the species with available human orthologs.

Usage

species(species = NULL)

Value

A data frame of the available species.

Arguments

species

Species name, such as Mus musculus or mouse. If specified, will return results for the given species only.

Examples

Run this code
species()
species("Mus musculus")
species("mouse")
species("rat")

Run the code above in your browser using DataLab