beadarray error messages with BSData function
1
0
Entering edit mode
Huw Jones ▴ 10
@huw-jones-4322
Last seen 9.7 years ago
Hi all, No matter how hard I try (or Google) I cannot fix these warning messages (below) that I get repeatedly. I am new to this and have jumped straight in. None of the manuals, or webpages, seem to help. Can anyone here?? If anyone can, think of it as your good deed for the day! Many thanks! > BSData <- readBeadSummaryData("C Oikonomou 160708 Project 1 Sample Probe Profile.txt", qcFile="C Oikonomou 160708 Project 1 Control Probe Profile.txt", skip=0, qc.skip=0, controlID="ProbeID") Warning messages: 1: In grep(colnames(QC[[i]]), colnames(exprs(BSData)), extended = FALSE) : 'extended = FALSE' is deprecated 2: In grep(colnames(QC[[i]]), colnames(exprs(BSData)), extended = FALSE) : argument 'pattern' has length > 1 and only the first element will be used > -- The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336.
• 682 views
ADD COMMENT
0
Entering edit mode
Mark Cowley ▴ 910
@mark-cowley-2951
Last seen 9.7 years ago
Hi Huw, in R 2.11, the grep function changed & lost the extended argument. Since you didn't provide sessionInfo() it's impossible to tell which version of R you're running, but you should update your R & Bioconductor to the latest version. If you still get the error, then your should contact the package maintainer, or try to fix the problem yourself mark On 27/10/2010, at 4:01 AM, Huw Jones wrote: > Hi all, > > No matter how hard I try (or Google) I cannot fix these warning messages (below) that I get repeatedly. I am new to this and have jumped straight in. None of the manuals, or webpages, seem to help. Can anyone here?? If anyone can, think of it as your good deed for the day! > > Many thanks! > > > BSData <- readBeadSummaryData("C Oikonomou 160708 Project 1 Sample Probe Profile.txt", qcFile="C Oikonomou 160708 Project 1 Control Probe Profile.txt", skip=0, qc.skip=0, controlID="ProbeID") > Warning messages: > 1: In grep(colnames(QC[[i]]), colnames(exprs(BSData)), extended = FALSE) : > 'extended = FALSE' is deprecated > 2: In grep(colnames(QC[[i]]), colnames(exprs(BSData)), extended = FALSE) : > argument 'pattern' has length > 1 and only the first element will be used > > > > > > -- > The University of Edinburgh is a charitable body, registered in > Scotland, with registration number SC005336. > > _______________________________________________ > Bioconductor mailing list > Bioconductor at stat.math.ethz.ch > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor
ADD COMMENT
0
Entering edit mode
Hi Huw, As Mark says this was an error on our part in not altering the arguments to grep. beadarray has changed quite a lot in Bioconductor release 2.8 (Including the fix for this error) so I'd reiterate that the best course of action is to update to beadarray 2.0.1. I hope that helps -- Mike Smith PhD Student Computational Biology Group Cambridge University On Wed, Oct 27, 2010 at 1:41 AM, Mark Cowley <m.cowley@garvan.org.au> wrote: > Hi Huw, > in R 2.11, the grep function changed & lost the extended argument. > Since you didn't provide sessionInfo() it's impossible to tell which > version of R you're running, but you should update your R & Bioconductor to > the latest version. > > If you still get the error, then your should contact the package > maintainer, or try to fix the problem yourself > > mark > > > _______________________________________________ > Bioconductor mailing list > Bioconductor@stat.math.ethz.ch > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: > http://news.gmane.org/gmane.science.biology.informatics.conductor > [[alternative HTML version deleted]]
ADD REPLY

Login before adding your answer.

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