Description Usage Arguments Value Examples
Extract the intergenic regions from a set of GenBank annotations.
1 2 | ## S4 method for signature 'GenBankRecord'
intergenic(x)
|
x |
A GenBankRecord object |
A GRanges for the intergenic regions, defined as regions not overlapping any genes defined in the annotations on either strand.
1 2 | gb = readGenBank(system.file("sample.gbk", package="genbankr"))
intergenic(gb)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.