Skip to content
Prev 74013 / 398500 Next

.gct file

On Tue, 19 Jul 2005, Marc Schwartz (via MN) wrote:

            
Not quite.  You can open a connection, skip 2 rows and read one to get the 
column names, then read the rest of the file using read.table on the open 
connection using the column names you just read.

However, based on what we have been shown

read.table("data.gct", skip = 2, header = TRUE)

ought to work as the file looks as if it is white-space delimited (a tab 
is white space).