Re: [R] union data in column

2010-07-24 Thread Hadley Wickham
On Sat, Jul 24, 2010 at 2:23 AM, Jeff Newmiller wrote: > Fahim Md wrote: >> >> Is there any function/way to merge/unite the following data >> >>  GENEID      col1          col2             col3                col4 >>  G234064         1             0                  0                   0 >>  G2340

Re: [R] union data in column

2010-07-24 Thread Jeff Newmiller
Fahim Md wrote: Is there any function/way to merge/unite the following data GENEID col1 col2 col3col4 G234064 1 0 0 0 G234064 1 0 0 0 G2

Re: [R] union data in column

2010-07-23 Thread jim holtman
try this: > x <- read.table(textConnection(" GENEID col1 col2 > col3col4 + G234064 1 0 0 0 + G234064 1 0 0 0 + G234064 1 0

[R] union data in column

2010-07-23 Thread Fahim Md
Is there any function/way to merge/unite the following data GENEID col1 col2 col3col4 G234064 1 0 0 0 G234064 1 0 0 0 G234064 1