plotGExTruth: Plot the 'simulateGExTruthObject' from 'simulateGExTruth'

Description Usage Arguments Value Examples

Description

This function plots the simulated RNA molecules on the log 2 scale from the simulateGExTruthObject.

Usage

1
plotGExTruth(simulateGExTruthObject)

Arguments

simulateGExTruthObject

Must be an object created from simulateGExTruth.

Value

The distribution of simulated RNA molecules for each gene in each group.

Examples

1
2
3
geneTruth <- simulateGExTruth(nGenes = 2e4, nGroups = 2,
                              pDiff = 0.05, foldDiff = 5)
plotGExTruth(geneTruth)

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