transcriptNames {ballgown}R Documentation

get transcript names from a ballgown object

Description

get transcript names from a ballgown object

Usage

transcriptNames(x)

## S4 method for signature 'ballgown'
transcriptNames(x)

Arguments

x

a ballgown object

Value

vector of transcript names included in the ballgown object. If object was created using Cufflinks/Tablemaker, these transcript names will be of the form "TCONS_*". Return vector is named and ordered by corresponding numeric transcript ID.

Examples

data(bg)
transcriptNames(bg)

[Package ballgown version 2.10.0 Index]