| structure {ballgown} | R Documentation |
extract structure components from ballgown objects
structure(x) ## S4 method for signature 'ballgown' structure(x)
x |
a ballgown object |
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.
data(bg) names(structure(bg)) class(structure(bg)) structure(bg)$exon