Parse Genbank file VERSION FIELD

parse_VERSION_FIELD(gb_line)

Arguments

gb_line

character vector of a Genbank file.

Examples

inf <- system.file("extdata", "sample.gb", package = "bstringr") readLines(inf) %>% parse_VERSION_FIELD()
#> [1] "U49845.1"