Displaying 1 result from an estimated 1 matches for "ay611035".
2011 Jan 28
1
Help with ape - read.GenBank()
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 fetch several hundred sequences
at once. So I have been testing with small files, but cannot get the right
format. I tried to enter accession numbers with or without headers as a
.csv and just as a text file, and I ha...