search for: all_norm_calls

Displaying 1 result from an estimated 1 matches for "all_norm_calls".

2008 Sep 23
2
read.table & readLines behaviour?
...tabs, gives me the expected result. I do not understand why this is happening and I can't find anything obvious in the data to explain the bahaviour... Does anybody have an explanation? something to watch out for? If I run this I get the incomplete set: > oldprobesets<-read.table("All_norm_calls.txt",sep="\t",header=T,stringsAsFactors=F) > dim(oldprobesets) [1] 15733 11 but I get the right data if I use: > probesets<-readLines("All_norm_calls.txt") > tmp<-matrix(ncol=11,nrow=24000) > for (i in 1:24000) tmp[i,]<-unlist(strsplit(probesets[i+...