get.dna2 {Iyer517} | R Documentation |
extends the get.dna function of E Paradis CRAN package "ape"
get.dna2(access.nb)
access.nb |
an EST accession id |
queries ncbi
a vector of nucleotide codes
try ape::get.dna if this fails
VJ Carey <stvjc@channing.harvard.edu>
ape::get.dna
if (interactive()) { data(IyerAnnotated) get.dna2(IyerAnnotated$GB[1]) }