species_info: Species information table and lookup

Description Usage Arguments Value Examples

View source: R/species_info.R

Description

species_info() returns a table of ncbi species id's, names, common name, etc. species_lookup() performs fuzzy matches against the table to return the species-level info for a query. The fuzzy match must start left-to-right.

Usage

1
2
3
species_info(hcop_only = FALSE)

species_lookup(query, stable = species_info(FALSE), ignore.case = TRUE)

Arguments

hcop_only

Only retrun species information for organisms that are in the hcop() database.

Value

A single-row tibble with (numeric) species id, name, etc.

Examples

1
2
3
species_lookup("human")
species_lookup("scer")
species_lookup("hsapiens")

lianos/msigdb.data documentation built on June 16, 2020, 12:45 a.m.