corrPlot {Doscheda}R Documentation

Plot showing correlation between all channels across replicates

Description

Plot of the correlation between all the channels in the data.

Usage

corrPlot(x, ...)

## S4 method for signature 'ChemoProtSet'
corrPlot(x, ...)

Arguments

x

object of class 'ChemoProtSet'

...

corrplot options

Value

correlation plot for objects of class ChemoProtSet

Examples


ex <- processedExample
ex <- runNormalisation(ex)
ex <- fitModel(ex)
corrPlot(ex)



[Package Doscheda version 1.15.0 Index]