Re: [R] Help with ape - read.GenBank()

2011-01-28 Thread James Meadow
Thanks, Ben! That worked. I will join r-sig-phylo, I didn't know it was there. James On Fri, Jan 28, 2011 at 1:46 PM, Ben Bolker wrote: > James Meadow gmail.com> writes: > > > > > Hi, > > > > I am trying to work with the ape package, and there is one thing I am > > struggling with. When cal

Re: [R] Help with ape - read.GenBank()

2011-01-28 Thread Ben Bolker
James Meadow gmail.com> writes: > > Hi, > > I am trying to work with the ape package, and there is one thing I am > struggling with. When calling the *read.GenBank()* function, I can get it > to work with an object created like this: > > *>x <- c("AY395554","AY611035", ...)* > *>read.GenBank(

[R] Help with ape - read.GenBank()

2011-01-27 Thread James Meadow
Hi, I am trying to work with the ape package, and there is one thing I am struggling with. When calling the *read.GenBank()* function, I can get it to work with an object created like this: *>x <- c("AY395554","AY611035", ...)* *>read.GenBank(x)* However, I am trying to use the function to fetc