replicatePlot-methods: Plot replicates between concentrations

Description Usage Arguments Value Examples

Description

Plot of Fold Change between replicate i and replicate j at at a given concentration

Usage

1
2
3
4
replicatePlot(x, conc, repIndex1, repIndex2, ...)

## S4 method for signature 'ChemoProtSet'
replicatePlot(x, conc, repIndex1, repIndex2, ...)

Arguments

x

object of class 'ChemoProtSet'

conc

concentration of channel

repIndex1

index of replicate on x axis

repIndex2

index of replicate on y axis

...

options

Value

Replicate plot for objects of class ChemoProtSet

Examples

1
2
3
4
ex <- processedExample
ex <- runNormalisation(ex)
ex <- fitModel(ex)
replicatePlot(ex,0,1,2)

brunocontrino/DOSCHEDA documentation built on Sept. 15, 2020, 12:12 a.m.