variants {genbankr} | 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)