plotGEx: Plot the simulated gene expression arrays or RNA-Sequencing

Description Usage Arguments Author(s) Examples

Description

Plot the simulated gene expression arrays or RNA-Sequencing.

Usage

1
plotGEx(simulateGExObject)

Arguments

simulateGExObject

Must be an object created from simulateGEx

Author(s)

Stephanie Hicks

Examples

1
2
3
4
geneTruth <- simulateGExTruth(nGenes = 2e4, nGroups = 2,
                             pDiff = 0.05, foldDiff = 5)
sim <- simulateGEx(geneTruth, GEx.platform = "GExArrays", nSamps = 5)
plotGEx(sim)

stephaniehicks/quantroSim documentation built on May 30, 2019, 3:17 p.m.