species_info: Match a species query to the regularized species info.

View source: R/species.R

species_infoR Documentation

Match a species query to the regularized species info.

Description

Match a species query to the regularized species info.

Usage

species_info(query = NULL, ...)

Arguments

query

the species name to lookup, if NULL (default), returns the internal species info table, otherwise the row of the table that matches query.

...

pass through

Value

a data.frame of species-related information that is used to fetch appropriate annotation files and conversion functions between species for gene identifiers, and such.

Examples

species_info()
species_info("human")

lianos/sparrow documentation built on Feb. 5, 2024, 2:58 p.m.