Description Usage Arguments Value Examples
Create a TxDb object from a GenBankRecord.
1 2 3 4 5 6 7 | makeTxDbFromGenBank(gbr, reassign.ids = FALSE)
## S4 method for signature 'GenBankRecord'
makeTxDbFromGenBank(gbr, reassign.ids = FALSE)
## S4 method for signature 'GBAccession'
makeTxDbFromGenBank(gbr, reassign.ids = FALSE)
|
gbr |
A GenBankRecord or GBAccession object |
reassign.ids |
logical. Passed down to |
A TxDb object
1 2 | thing = readGenBank(system.file("unitTests/compjoin.gbk", package="genbankr"))
tx = makeTxDbFromGenBank(thing)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.