Learn R Programming

recoup (version 1.0.2)

getBiotypes: List default Ensembl biotypes

Description

This function returns a character vector of Ensembl biotypes for each supported organism. Mostly for internal use, but can also be used to list the biotypes and use some of them to subset initial genomic regions to be profiled.

Usage

getBiotypes(org)

Arguments

org
One of the supported recoup organisms See recoup for further information.

Value

  • A character vector of biotypes.

Examples

Run this code
hg18.bt <- getBiotypes("hg18")

Run the code above in your browser using DataLab