get.dna2 {Iyer517}R Documentation

query genbank for an EST accession id

Description

extends the get.dna function of E Paradis CRAN package "ape"

Usage

get.dna2(access.nb)

Arguments

access.nb an EST accession id

Details

queries ncbi

Value

a vector of nucleotide codes

Note

try ape::get.dna if this fails

Author(s)

VJ Carey <stvjc@channing.harvard.edu>

See Also

ape::get.dna

Examples

if (interactive())
{
data(IyerAnnotated)
get.dna2(IyerAnnotated$GB[1])
}

[Package Iyer517 version 1.0.3 Index]