replicatePlot {Doscheda}R Documentation

Plot replicates between concentrations

Description

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

Usage

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


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


[Package Doscheda version 1.12.0 Index]