parse_ACCESSION_FIELD: Parse Genbank file ACCESSION FIELD

Description Usage Arguments Examples

Description

Parse Genbank file ACCESSION FIELD

Usage

1

Arguments

gb_line

character vector of a Genbank file.

Examples

1
2
inf <- system.file("extdata", "sample.gb", package = "bstringr")
readLines(inf) %>% parse_ACCESSION_FIELD()

t-arae/bstringr documentation built on March 18, 2021, 3:08 a.m.