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

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to