data(KcViabSmall)
# normalize
x <- normalizePlates(KcViabSmall, scale="multiplicative", method="median", varianceAdjust="none")
# score the replicates
x <- scoreReplicates(x, sign="-", method="zscore")
# summarize the replicates (conservative approach: take the minimum value between replicates)
x <- summarizeReplicates(x, summary="min")
Run the code above in your browser using DataLab