Entering edit mode
Steve Taylor
▴
100
@steve-taylor-1523
Last seen 10.2 years ago
Hi,
I would like to specify normalization based on certain negative
control wells using the package cellHTS2. I am trying:
xn<-normalizePlates(x,scale="multiplicative",log=FALSE,method="negativ
es",varianceAdjust="none",negControls=c("B12","C01","C12","D01","D12",
"E01","F01"))
but get:
Error in checkControls(y = negControls, len = nrChannel, name =
"negControls") :
'negControls' should be a vector of regular expressions with length
1
What's the best way to do this?
Thanks for any help,
Steve