Skip to content
Snippets Groups Projects
Commit 8732a834 authored by thierry Balliau's avatar thierry Balliau
Browse files

correction mcq.compute.normalization

parent eccc746b
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@ mcq.compute.normalization<- function (object, ref=NULL, method="median") {
object@peptides = tempPeptide
}
if(method == "median.RT"){
tempPeptide = .computeNormalisationMedian(object@peptides)
tempPeptide = .computeNormalisationMedianRT(object@peptides)
object@peptides = tempPeptide
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment