Description Usage Arguments Author(s) Examples
Plot the simulated gene expression arrays or RNA-Sequencing.
1 | plotGEx(simulateGExObject)
|
simulateGExObject |
Must be an object created from |
Stephanie Hicks
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.