Entering edit mode
Cécile Laurent
▴
30
@cecile-laurent-2766
Last seen 10.3 years ago
Dear BioC,
I've just updated R (2.8) and bioconductor (2.3), and justGCRMA
function
doesn't work :
> sessionInfo()
R version 2.8.0 (2008-10-20)
powerpc-apple-darwin8.11.1
locale:
C
attached base packages:
[1] splines tools stats graphics grDevices utils
datasets
[8] methods base
other attached packages:
[1] gcrma_2.14.0 matchprobes_1.14.0 affy_1.20.0
Biobase_2.2.0
loaded via a namespace (and not attached):
[1] affyio_1.10.0 preprocessCore_1.4.0
> require(gcrma)
> celfile.path <-
file.path("/Users/claurent/Documents/MU_Doc/Data/Transcriptome/CEL_Lig
nees/")
> filenames <- list.celfiles(path=celfile.path, full.names=FALSE)
> normData <- justGCRMA(filenames=filenames,
celfile.path=celfile.path,
type="affinities", fast=TRUE)
Computing affinities.Done.
Adjusting for optical effect..............Done.
Adjusting for non-specific binding.............Done.
Erreur dans just.gcrma(filenames = l$filenames, phenoData =
l$phenoData, :
INTEGER() can only be applied to a 'integer', not a 'environment'
Any idea of what is going wrong with the new version?