Learn R Programming

ballgown (version 2.4.2)

structure: extract structure components from ballgown objects

Description

extract structure components from ballgown objects

Usage

structure(x)
"structure"(x)

Arguments

x
a ballgown object

Value

list containing elements intron, exon, and trans. exon and intron are GRanges objects, where each range is an exon or intron, and trans is a GRangesList object, where each GRanges element is a set of exons representing a transcript.

Examples

Run this code
data(bg)
names(structure(bg))
class(structure(bg))
structure(bg)$exon

Run the code above in your browser using DataLab