Entering edit mode
4.3 years ago
biotrekker
▴
110
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"
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)