Description Usage Arguments Details Value Author(s) Examples
Update an old GenomicInteractions instance (usually saved to file in serialized form) into a backwards-compatible GenomicInteractions object.
1 2 3 |
object |
Any instance of an old GenomicInteractions class, generated prior to version 2.0.0 of the GenomicInteractions package. |
... |
Further arguments, not used. |
verbose |
Logical scalar indicating whether to display messages during conversion. |
We return a GenomicInteractions instance rather than a GenomicInteractions instance,
simply to maximize backwards-compatibility with code that calls regions
and expects a GenomicRanges in return.
A GenomicInteractions object.
Aaron Lun, based on code by Malcolm Perry and Liz Ing-Simmons.
1 2 3 4 | ## Not run:
updateObject(readRDS('some_old_objects.rds'))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.