Learn R Programming

ballgown (version 2.4.2)

expr: extract expression components from ballgown objects

Description

extract expression components from ballgown objects

Usage

expr(x)
"expr"(x)

Arguments

x
a ballgown object

Value

list containing elements intron, exon, and trans, which are feature-by-sample data frames of expression data.

See Also

texpr, gexpr, eexpr, iexpr

Examples

Run this code
data(bg)
names(expr(bg))
class(expr(bg))
dim(expr(bg)$exon)

Run the code above in your browser using DataLab