parse_LOCUS_FIELD: Parse Genbank file LOCUS FIELD

Description Usage Arguments Examples

View source: R/io_genbank.R

Description

Parse Genbank file LOCUS 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_LOCUS_FIELD()

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