Dear Support, I am having "issues" with regards of performance of the normalizePlates function
My current setup: I have 100 plates (384 dimension; replicate = 1; channel = 1) of a screening campaign and I would like to use BScore as we are facing side effects on the plates. I am using follwoing command to normalize the data
xn <- normalizePlates(x, scale="multiplicative", log=FALSE, method="Bscore", varianceAdjust="byPlate", save.model=TRUE)
The function call takes very long. In my case with 100 plates: ~ 40 minutes. Can this be done quicker? Thanks for any hints! Alex