runNormalisation {Doscheda}R Documentation

Method to remove peptides from input data of an object of class 'ChemoProtSet'

Description

Method to remove peptides from input data of an object of class 'ChemoProtSet'

Usage

runNormalisation(x, normalise = "loess")

## S4 method for signature 'ChemoProtSet'
runNormalisation(x, normalise = "loess")

Arguments

x

object of class 'ChemoProtSet'

normalise

string indicating the type of normalisation that should take place ('loess', 'median', 'none')

Value

object of class ChemoProtSet

See Also

DoschedaSet

Examples

ex <- processedExample
ex <- runNormalisation(ex)
ex


[Package Doscheda version 1.6.0 Index]