search for: t30204

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

Did you mean: 30204
2010 Oct 27
3
How do I read multiple rows of different lengths?
...When I try fits=read.delim2("test") Error in read.table(file = file, header = header, sep = sep, quote = quote, : more columns than column names When I try fits=readLines("test") it reads the data, but doesn't separate it into values: > head(fits) [1] "1\t30049\t30204\tsegment_4\t35\t." [2] "bp\t30049\t30065\t30071\t30114\t30119\t30121\t30126\t30130\t30132\t30134\t30137\t30146\t30151\t30165\t30174\t30204\t"...