get_taxa: Get taxa

get_taxaR Documentation

Get taxa

Description

Returns taxa and their versions used in Gemma

Usage

get_taxa(memoised = getOption("gemma.memoised", FALSE))

Arguments

memoised

Whether or not to save to cache for future calls with the same inputs and use the result saved in cache if a result is already saved. Doing options(gemma.memoised = TRUE) will ensure that the cache is always used. Use forget_gemma_memoised to clear the cache.

Value

A data frame including the names, IDs and database information about the taxons

Examples

get_taxa()

jsicherman/GemmAPI documentation built on April 27, 2024, 2:55 a.m.