Cannot get read.celfiles() method to work?
0
0
Entering edit mode
3.7 years ago
biotrekker ▴ 100

Hello, do y'all have any ideas? read.celfiles() is from the oligo package. Thanks!

library('ff')
library("Biobase")
library('oligo')
...
CELFiles <- list.files(celpath,full.names=TRUE, pattern = "CEL")
RawData <- read.celfiles(CELFiles)

ERROR MESSAGE:

RawData <- read.celfiles(CELFiles) Error in read.celfiles(CELFiles) : could not find function "read.celfiles"

R Micoroarray Omics oligo ff • 2.0k views
ADD COMMENT
1
Entering edit mode

what version of Oligo are you using?

ADD REPLY
0
Entering edit mode

'1.52.0', I think the error might trace back to oligoClasses although I still don't know how to fix it. Thanks!

ADD REPLY
0
Entering edit mode

Please show the output of sessionInfo(). Also try oligo::read.celfiles(CELFiles)

ADD REPLY

Login before adding your answer.

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