[XPS] Background computation on single CEL file
1
0
Entering edit mode
@thomas-sierocinski-4852
Last seen 2.8 years ago
Canada
Dear All, Dear Christian, I've used XPS quite extensively to process/analyse human Exon arrays. I would like to make some quality control measures on a single CEL file but I'm running into trouble at the background computation/correction step: apparently the "bgcorrect.rma" does not allow to process one sample at a time. Here is my function call (integrated in a pipeline): data.bg.rma <- bgcorrect.rma(root.data, root.filename, filedir=root.path, update=TRUE, select="antigenomic", exonlevel="all", verbose=TRUE) Here is the output (error): Opening file </data2> in <read> mode... Opening file </data2> in <update> mode... Opening file </data2> in <read> mode... Opening file </data2> in <read> mode... Error: At least two trees need to be selected. Error in .local(object, ...) : error in rwrapper function ‘BgCorrect’ Is there any way to get around that problem? Thanks in advance. Cheers, Thomas [[alternative HTML version deleted]]
PROcess xps PROcess xps • 650 views
ADD COMMENT
0
Entering edit mode
cstrato ★ 3.9k
@cstrato-908
Last seen 5.5 years ago
Austria
Dear Thomas, Since microarrays are used to compare at least two samples, and multichip algorithms such as rma require also at least two samples, xps will abort if less than two samples are present. If you compile xps yourself you could in principle disable this feature in method XPreProcessManager::Preprocess() (lines 241-243), however this is probable not worth the effort, and I do not guarantee that it will work. Simply select two CEL-files. Best regards Christian On 1/20/12 2:06 AM, thomas sierocinski wrote: > Dear All, Dear Christian, > > I've used XPS quite extensively to process/analyse human Exon arrays. > I would like to make some quality control measures on a single CEL file > but I'm running into trouble at the background computation/correction > step: apparently the "bgcorrect.rma" does not allow to process one > sample at a time. > Here is my function call (integrated in a pipeline): > data.bg.rma <- bgcorrect.rma(root.data, root.filename, > filedir=root.path, update=TRUE, select="antigenomic", exonlevel="all", > verbose=TRUE) > > Here is the output (error): > Opening file </data2> in > <read> mode... > Opening file </data2> in > <update> mode... > Opening file </data2> > in <read> mode... > Opening file </data2> > in <read> mode... > Error: At least two trees need to be selected. > Error in .local(object, ...) : error in rwrapper function ?BgCorrect? > > Is there any way to get around that problem? > > Thanks in advance. > > Cheers, > > Thomas
ADD COMMENT

Login before adding your answer.

Traffic: 560 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