meanSdPlot {Doscheda} | R Documentation |
Shows the ranked means with a running median calculated with a window size of 10
meanSdPlot(x, ...) ## S4 method for signature 'ChemoProtSet' meanSdPlot(x, ...)
x |
object of class 'ChemoProtSet' |
... |
other plot options |
meanSd plot for objects of class ChemoProtSet
ex <- processedExample ex <- runNormalisation(ex) ex <- fitModel(ex) meanSdPlot(ex)