parse_LOCUS_FIELD.Rd
Parse Genbank file LOCUS FIELD
parse_LOCUS_FIELD(gb_line)
gb_line | character vector of a Genbank file. |
---|
inf <- system.file("extdata", "sample.gb", package = "bstringr") readLines(inf) %>% parse_LOCUS_FIELD()#> LocusName SequenceLength MoleculeType GenbankDivision #> "SCU49845 " "5028 bp" "DNA linear" "PLN" #> ModificationDate #> "29-OCT-2018"