ballgown-class: Ballgown

Description Slots Author(s) Examples

Description

S4 class for storing and manipulating expression data from assembled transcriptomes

Slots

expr

tables containing expression data for genomic features (introns, exons, transcripts)

structure

genomic locations of features and their relationships to one another

indexes

tables connecting components of the assembly and providing other experimental information (e.g., phenotype data and locations of read alignment files)

dirs

directories holding data created by tablemaker

mergedDate

date the ballgown object was created

meas

which expression measurement(s) the object contains in its data slot. Vector of one or more of "rcount", "ucount", "mrcount", "cov", "cov_sd", "mcov", "mcov_sd", or "FPKM", if Tablemaker output is used, or one of "TPM" or "FPKM" if RSEM output is used. Can also be "all" for all measurements. See vignette for details.

RSEM

TRUE if object was made from RSEM output, FALSE if object was made from Tablemaker/Cufflinks output.

Author(s)

Alyssa Frazee, Leonardo Collado Torres, Jeff Leek

Examples

1
2
3
4
5
6
7
8
9
data(bg)
  class(bg) #"ballgown"
  dim(bg@expr$exon)
  bg@structure$exon
  head(bg@indexes$t2g)
  head(bg@dirs)
  bg@mergedDate
  bg@meas
  bg@RSEM

alyssafrazee/ballgown-release documentation built on May 12, 2019, 1:40 a.m.