getGenBankSeqs: Download sequences and metadata from GenBank by unique...

View source: R/getSeqs.R

getGenBankSeqsR Documentation

Download sequences and metadata from GenBank by unique identifier

Description

foobar

Usage

getGenBankSeqs(id)

Arguments

id

character vector of unique ID(s) for records in database

Value

a list with two elements: data contains the metadata for each sequence; and dna contains a character vector (same length as number of rows of data) where each element is a FASTA-formatted DNA sequence matched to the metadata by accession.version number

@examples ## Not run: foo <- getGenBankSeqs(c('1331395866', '1679378317')) ## End(Not run)


Maine-eDNA/abbagadabba documentation built on Sept. 3, 2022, 9:24 p.m.