dynRangePlot: Produce signal-abundance plot to evaluate dynamic range

Description Usage Arguments Examples

View source: R/dynRangePlot.R

Description

Produce signal-abundance plot to evaluate dynamic range

Usage

1
dynRangePlot(exDat, allPoints, labelReps)

Arguments

exDat

list, contains input data and stores analysis results

allPoints

boolean, default is false, means of replicates will be plotted. If true then all replicates will be plotted as individual points.

labelReps

boolean, default is false. If true then replicates will be labeled.

Examples

 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, allPoints="FALSE", labelReps ="FALSE")

exDat$Figures$dynRangePlot

munrosa/erccdashboard documentation built on April 4, 2020, 9:32 p.m.