variants | R Documentation |
Extract the annotated variants from a GenBankRecord object
variants(x)
## S4 method for signature 'GenBankRecord'
variants(x)
x |
a GenBankRecord object |
A VRanges containing the variations annotated in the source file
gb = readGenBank(system.file("sample.gbk", package="genbankr"))
variants(gb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.