Entering edit mode
Ning
▴
80
@ning-4161
Last seen 10.2 years ago
Hi Wolfgang,
I have 4 different positive controls in my screen and I want to use
?NPI? method
to normalize the plates.
Whether can I define the specific one as the positive control to be
applied to
this method?
The following is the partial scripts about positive controls
posControls <- vector("character", length=dim(Data(x))[3])
posControls[1] <- list(act="(?i)^ntc2pluslps$",
inh="(?i)^myd88$|^tlr4$|^irak1and4$")
posControls[2] <- list(act="(?i)^ntc2pluslps$",
inh="(?i)^myd88$|^tlr4$|^irak1and4$")
So how can I use ?ntc2pluslps? in channel 1 as the specific positive
control?
Many thanks
Ning