annotLODR: Annotate signal-abundance and ratio-abundance plots with LODR

Description Usage Arguments Examples

View source: R/annotLODR.R

Description

Annotate signal-abundance and ratio-abundance plots with LODR

Usage

1
annotLODR(exDat)

Arguments

exDat

list, contains input data and stores analysis results

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
data(SEQC.Example)
 
exDat <- initDat(datType="array", isNorm=FALSE, 
                 exTable=UHRR.HBRR.arrayDat,
                 filenameRoot="testRun", sample1Name="UHRR",
                 sample2Name="HBRR", erccmix="RatioPair", 
                 erccdilution = 1, spikeVol = 50, 
                 totalRNAmass = 2.5*10^(3), choseFDR=0.01)
                 
exDat <- est_r_m(exDat)
                  
exDat <- dynRangePlot(exDat)

exDat <- geneExprTest(exDat)

exDat <- estLODR(exDat, kind="ERCC", prob=0.9)

exDat <- annotLODR(exDat)

exDat$Figures$maPlot

erccdashboard documentation built on Nov. 8, 2020, 5:50 p.m.