[R] Merging two files together in R

2007-08-24 Thread Morassa Mohseni
Hi, Thanks in advance for reading this post. I received some affymetrix genotyping data back recently (250K, Nsp array)…However, in order for me to do any analysis on this data set, I need to add append the annotation file to it. Basically I want to do something that looks like this: Snpfile(t

Re: [R] Merging two files together in R

2007-08-24 Thread john seers \(IFR\)
2007 15:41 To: r-help@stat.math.ethz.ch Subject: [R] Merging two files together in R Hi, Thanks in advance for reading this post. I received some affymetrix genotyping data back recently (250K, Nsp array)...However, in order for me to do any analysis on this data set, I need to add append the

Re: [R] Merging two files together in R

2007-08-24 Thread Morassa Mohseni
n Behalf Of Morassa Mohseni Sent: 24 August 2007 15:41 To: r-help@stat.math.ethz.ch Subject: [R] Merging two files together in R Hi, Thanks in advance for reading this post. I received some affymetrix genotyping data back recently (250K, Nsp array)...However, in order for me to do any analy

Re: [R] Merging two files together in R

2007-08-24 Thread Henrique Dallazuanna
Hi, merge(df.x, df.y, by.x=1) where df.x is your Snpfile and df.y is Annotation file. -- Henrique Dallazuanna Curitiba-Paraná-Brasil 25° 25' 40" S 49° 16' 22" O On 24/08/07, Morassa Mohseni <[EMAIL PROTECTED]> wrote: > > Hi, > > Thanks in advance for reading this post. > > I received some aff

Re: [R] Merging two files together in R

2007-08-24 Thread Adaikalavan Ramasamy
PROTECTED]>] > On Behalf Of Morassa Mohseni > > Sent: 24 August 2007 15:41 > > To: r-help@stat.math.ethz.ch > > Subject: [R] Merging two files together in R > > Hi, > > Thanks in advance for reading this post. > > I received some affymetrix genotyping data b