beadarray error
0
0
Entering edit mode
@straubhaar-juerg-391
Last seen 9.6 years ago
Hi, The code snippet in analyseDirectory: storemet<-NULL for(i in fmet){ storemet <- rbind(storemet,read.table(file.path(dir,fileList[i],fsep = .Platform$file.sep),header=T,as.is=T,sep="\t")) fileList <- fileList[-i]; } produces the error: Error in rbind(deparse.level, ...) : numbers of columns of arguments do not match I changed the code to: storemet<-NULL for(i in fmet){ storemet <- rbind(storemet,read.table(file.path(dir,fileList[i],fsep = .Platform$file.sep),header=T,as.is=T,sep="\t")) } fileList <- fileList[-fmet] and this works. Juerg Straubhaar UMASS Med
• 671 views
ADD COMMENT

Login before adding your answer.

Traffic: 998 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6