replicatePlot {Doscheda} | R Documentation |
Plot of Fold Change between replicate i and replicate j at at a given concentration
replicatePlot(x, conc, repIndex1, repIndex2, ...) ## S4 method for signature 'ChemoProtSet' replicatePlot(x, conc, repIndex1, repIndex2, ...)
x |
object of class 'ChemoProtSet' |
conc |
concentration of channel |
repIndex1 |
index of replicate on x axis |
repIndex2 |
index of replicate on y axis |
... |
options |
Replicate plot for objects of class ChemoProtSet
ex <- processedExample ex <- runNormalisation(ex) ex <- fitModel(ex) replicatePlot(ex,0,1,2)