annotation_options: List available annotation options for a given organism

View source: R/annotation_options.R

annotation_optionsR 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")

LieberInstitute/recount3 documentation built on May 4, 2024, 4:16 a.m.