Learn R Programming

EBSeqHMM (version 1.6.0)

IsoExampleList: Simulated isoform level data set with 5 ordered conditions

Description

'IsoExampleList' gives the isoform level simulated data with 5 ordered conditions, triplicates for each condition. The data set was simulated following the Negative Binomial distribution. The parameters of each isoform (mean and overdispersion) were sampled from the isoform level empirical estimates from an empirical RNA-Seq data set from Thomson lab at Morgridge Institute for Research.

Arguments

Format

IsoExampleList is a list with three components. IsoExampleList$IsoExampleData contains a matrix with 200 isoform (rows) and 15 samples (columns). IsoExampleList$IsoNames contains a vector of isoform names. IsoformExampleList$IsosGeneNames contains a vector indicating the gene each isoform belongs to.

See Also

GeneExampleData

Examples

Run this code
data(IsoExampleList)
str(IsoExampleList)

Run the code above in your browser using DataLab