This is a test version of Biostars. For the public version, visit https://www.biostars.org.
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"

r micoroarray omics oligo ff

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 try oligo::read.celfiles(CELFiles)

0 answers

No answers yet.

Log in to answer this question.