Description Usage Arguments Examples
Parse Genbank file VERSION FIELD
1 | parse_VERSION_FIELD(gb_line)
|
gb_line |
character vector of a Genbank file. |
1 2 | inf <- system.file("extdata", "sample.gb", package = "bstringr")
readLines(inf) %>% parse_VERSION_FIELD()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.