search for: abc27

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

Did you mean: abc2
2012 Jun 04
2
Why do I have a column called row.names?
...what the row names are. My data file looks like this: start stop Symbol Insert sequence Clone End Pair FISH 203048 67173930 ABC8-43024000D23 TI:993812543 TI:993834585 255176 87869359 ABC8-43034700N15 TI:995224581 TI:995237913 1022033 1060472 ABC27-1253C21 TI:2094436044 TI:2094696079 1022033 1061172 ABC23-1388A1 TI:2120730727 TI:2121592459 I have to do something with row.names because my first column has duplicate entries. So I read in the file like this: > BACS<-read.delim("testdata.txt", row.nam...