species_info {sparrow}R 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")

[Package sparrow version 0.99.6 Index]