Re: [R] union data in column
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
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
try this: > x <- read.table(textConnection(" GENEID col1 col2 > col3col4 + G234064 1 0 0 0 + G234064 1 0 0 0 + G234064 1 0