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

Description Usage Arguments Value

View source: R/getSeqs.R

Description

Download sequences and metadata from GenBank by unique identifier

Usage

1

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)


ajrominger/abbaGapR documentation built on Dec. 18, 2021, 11:29 p.m.