meanSdPlot-methods: MeanSd plot for objects of class ChemoProtSet

Description Usage Arguments Value Examples

Description

Shows the ranked means with a running median calculated with a window size of 10

Usage

1
2
3
4
meanSdPlot(x, ...)

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

Arguments

x

object of class 'ChemoProtSet'

...

other plot options

Value

meanSd plot for objects of class ChemoProtSet

Examples

1
2
3
4
ex <- processedExample
ex <- runNormalisation(ex)
ex <- fitModel(ex)
meanSdPlot(ex)

Doscheda documentation built on Nov. 8, 2020, 5:37 p.m.