Re: [R] Scripting - query

2008-08-10 Thread Dan Davison
On Sun, Aug 10, 2008 at 02:44:00PM +1200, Gareth Campbell wrote: > I have a vector: > alleles.present<-c("D3", "D16", ... ) > > The alleles present changes given the case I'm dealing with - i.e. either > all of the alleles I use for my calculations are present, or some of them. > > Depending on w

[R] Scripting - query

2008-08-09 Thread Gareth Campbell
I have a vector: alleles.present<-c("D3", "D16", ... ) The alleles present changes given the case I'm dealing with - i.e. either all of the alleles I use for my calculations are present, or some of them. Depending on what alleles are present, I need to make matrices and do calculations on those a