search for: 70mel_gsa

Displaying 1 result from an estimated 1 matches for "70mel_gsa".

2008 May 30
1
A question about *read.table()*
...t;process_all4_GSA2.txt", row.names = 1, header = FALSE) : incomplete final line found by readTableHeader on 'process_all4_GSA2.txt' However, I have no problem with the code to read in a similar txt file which consists of 22277 rows, 72 columns. > exprSet <- read.table('70mel_GSA.txt', row.names = 1,header =FALSE) > dim(exprSet) [1] 22277 71 > exprSet[1:4,1:4] V2 V3 V4 V5 GENE1 DDR1 10.215229 8.546666 9.207030 GENE2 RFC2 8.028489 8.175520 9.090902 GENE3 HSPA6 4.633769 4.822625 5.125172 GENE4 PAX8 6.121433 6.396281 6.000987 The...