corrPlot {Doscheda} | R Documentation |
Plot of the correlation between all the channels in the data.
corrPlot(x, ...) ## S4 method for signature 'ChemoProtSet' corrPlot(x, ...)
x |
object of class 'ChemoProtSet' |
... |
corrplot options |
correlation plot for objects of class ChemoProtSet
ex <- processedExample ex <- runNormalisation(ex) ex <- fitModel(ex) corrPlot(ex)