[R] .gct file
Duncan Murdoch
murdoch at stats.uwo.ca
Tue Jul 19 19:21:14 CEST 2005
On 7/19/2005 1:16 PM, mark salsburg wrote:
> ok so the gct file looks like this:
>
> #1.2 (version number)
> 7283 19 (matrix size)
> Name Description Values
> .... ....... ......
>
> How can I tell R to disregard the first two lines and start reading
> the 3rd line in this gct file. I would just delete them, but I do not
> know how to open a gct. file
Use skip=2. See ?read.table.
Duncan Murdoch
More information about the R-help
mailing list