read_gb | R Documentation |
.gb
GenBank FileRead a .gb
GenBank File
read_gb(file)
file |
File path or connection, that can be handled by readr::read_lines(). |
a list of class 'plasmid' which can be further coerced for plotting.
fl <- system.file("extdata", "petm20.gb", package = "plasmapR")
fl |>
read_gb() |>
as.data.frame()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.