Entering edit mode
ABRAHAM NAHMANY
▴
10
@abraham-nahmany-1379
Last seen 11.4 years ago
Hi,
Jag a limma beginner (sorry for the stupid question) and I am trying
to load data generated from Imagene using the following:
>library(limma)
>files <- dir(pattern="*\.txt")
>RG <- read.maimages(files, source="imagene")
and I get the following error:
Read header information
Error in if (skip > 0) readLines(file, skip) :
argument is of length zero
What do I do wrong?
thanks
