makeTxDbFromGenBank | R Documentation |
Create a TxDb object from a GenBankRecord.
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
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.