runNormalisation {Doscheda} | R Documentation |
Method to remove peptides from input data of an object of class 'ChemoProtSet'
runNormalisation(x, normalise = "loess") ## S4 method for signature 'ChemoProtSet' runNormalisation(x, normalise = "loess")
x |
object of class 'ChemoProtSet' |
normalise |
string indicating the type of normalisation that should take place ('loess', 'median', 'none') |
object of class ChemoProtSet
ex <- processedExample ex <- runNormalisation(ex) ex