Description Usage Arguments Value Examples
Plot of Fold Change between replicate i and replicate j at at a given concentration
| 1 2 3 4 | 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
| 1 2 3 4 | ex <- processedExample
ex <- runNormalisation(ex)
ex <- fitModel(ex)
replicatePlot(ex,0,1,2)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.