texpr: extract transcript-level expression measurements from...

Description Usage Arguments Value Examples

Description

extract transcript-level expression measurements from ballgown objects

Usage

1
2
3
4
texpr(x, meas = "FPKM")

## S4 method for signature 'ballgown'
texpr(x, meas = "FPKM")

Arguments

x

a ballgown object

meas

type of measurement to extract. Can be "cov", "FPKM", or "all". Default "FPKM".

Value

transcript-by-sample matrix containing expression values (measured by meas). If meas is "all", a data frame is returned, containing all measurements and location information.

Examples

1
2
3
data(bg)
transcript_fpkm_matrix = texpr(bg)
transcript_data_frame = texpr(bg, 'all')

alyssafrazee/ballgown documentation built on Sept. 3, 2021, 7:15 p.m.