Cannot get read.celfiles() method to work?
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"
• 2,825 views
•
link
0 answers
No answers yet.
Log in to answer this question.
what version of Oligo are you using?
'1.52.0', I think the error might trace back to oligoClasses although I still don't know how to fix it. Thanks!
Please show the output of
sessionInfo(). Also tryoligo::read.celfiles(CELFiles)