make_gbrecord | R Documentation |
Constructors for GenBankRecord
objects.
make_gbrecord(rawgbk, verbose = FALSE)
rawgbk |
list. The output of |
verbose |
logical. Should informative messages be shown |
A GenBankRecord object
prsed = parseGenBank(system.file("sample.gbk", package="genbankr"))
gb = make_gbrecord(prsed)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.