Backround correction for an Agilent Data set
0
0
Entering edit mode
8.2 years ago
shawin ▴ 20

I used limma to read and normalize An Agilent dataset, I did not apply the background correction on it which is:

y <- backgroundCorrect(x,method="normexp")#

Then I found another method which is nec(), neqc ():

y=nec(x, status=NULL, negctrl="negative", regular="regular", offset=16,robust=FALSE, detection.p="Detection")

But I received an error:

Error in normexp.fit.detection.p(x, detection.p) :
  Detection p values not found in the data.

Please any suggestion

R • 1.9k views
ADD COMMENT
0
Entering edit mode

You are going to need to give us more information, but the error implies that there are not detection p-values in the data.

ADD REPLY

Login before adding your answer.

Traffic: 2179 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6