Entering edit mode
raffaele calogero
▴
500
@raffaele-calogero-294
Last seen 9.1 years ago
Italy/Turin/University of Torino
Hi,
I have a quick questiong reguarding a warning (HU133a).
Reading the CEL files I get the following error:
> ctrl.mcf7 <- ReadAffy()
Warning messages:
1: the condition has length > 1 and only the first element will be
used
in: if (dim(intensity(cel)) != dim.intensity)
stop(paste("CEL file dimension mismatch !\n(file",
2: the condition has length > 1 and only the first element will be
used
in: if (dim(intensity(cel)) != dim.intensity) stop(paste("CEL
file dimension mismatch !\n(file",
Is the CEL files having a wrong size?
How this error can affect the expression calculation using rma
function?
Raffaele