search for: dataallamltrain

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

2003 Aug 13
4
big data file geting truncated
I am very new to R. I was trying to load some publicly available Expression data in to R. I used the following commands mydata<-read.table("dataALLAMLtrain.txt", header=TRUE, sep ="\t",row.names=NULL) It reads data without any error Now if I use edit(mydata) It shows only 3916 entries, whereas the actual file contains 7129 entries) My data is something like Gene Description Gene Accession Number 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17...