gbk-specific-api | R Documentation |
Accessor functions specific to genbankr objects.
accession(x, ...)
## S4 method for signature 'GenBankRecord'
accession(x)
definition(x, ...)
## S4 method for signature 'GenBankRecord'
definition(x)
locus(x, ...)
## S4 method for signature 'GenBankRecord'
locus(x)
vers(x, ...)
## S4 method for signature 'GenBankRecord'
vers(x)
sources(x, ...)
## S4 method for signature 'GenBankRecord'
sources(x)
x |
A genbank annotation object |
... |
unused. |
Character vectors for accession
and vers
gb = readGenBank(system.file("sample.gbk", package="genbankr"))
accession(gb)
vers(gb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.