annotation_options {recount3}R Documentation

List available annotation options for a given organism

Description

This function will return the available annotation options for a given organism.

Usage

annotation_options(organism = c("human", "mouse"))

Arguments

organism

A character(1) specifying which organism you want to download data from. Supported options are "human" or "mouse".

Value

A character() vector with the supported annotation options for the given organism.

Examples


annotation_options("human")
annotation_options("mouse")

[Package recount3 version 1.0.7 Index]