## create arithmetic mean curve of four
## serial dilutions
ml1 <- modlist(reps, fluo = c(2, 6, 10, 14))
curvemean(ml1, mean = "amean")
## effect of normalizing data to [0, 1]:
## more averaged datapoints
ml2 <- modlist(reps, fluo = c(2, 6, 10, 14), norm = TRUE)
curvemean(ml2, mean = "amean")
## averaging the expression value
## (i.e. copy numbers)
## using efficiency = 2
curvemean(ml2, mean = "cmean1")
## using averaged efficiencies from
## all curves at each cycle
curvemean(ml2, mean = "cmean2")
Run the code above in your browser using DataLab