search for: process_all4_gsa2

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

2008 May 30
1
A question about *read.table()*
Hi list, I have a question about using *read.table()* to read in a txt file. Basically, it consists of 16346 rows, 6 columns (no header). The code I used is: exprSet <- read.table('process_all4_GSA2.txt', row.names = 1,header =FALSE) and I got an error message: > exprSet <- read.table('process_all4_GSA2.txt', row.names = 1,header =FALSE) Error in read.table("process_all4_GSA2.txt", row.names = 1, header = FALSE) : duplicate 'row.names' are not allowed In...