Description Usage Arguments Examples
Produce signal-abundance plot to evaluate dynamic range
1 | dynRangePlot(exDat)
|
exDat |
list, contains input data and stores analysis results |
1 2 3 4 5 6 7 8 9 10 11 12 13 | data(SEQC.Example)
exDat <- initDat(datType="count", isNorm=FALSE, exTable=MET.CTL.countDat,
filenameRoot="testRun", sample1Name="MET",
sample2Name="CTL", erccmix="RatioPair",
erccdilution=1/100, spikeVol=1, totalRNAmass=0.500,
choseFDR=0.1)
exDat <- est_r_m(exDat)
exDat <- dynRangePlot(exDat)
exDat$Figures$dynRangePlot
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.