Ape.setFeatures | R Documentation |
Set the FEATURES Slot of a GRanges Object
Ape.setFeatures(ape, gr)
ape |
An ape object |
gr |
A GRanges object. This object will become the new FEATURES and granges slots for the Ape object. So if you want to keep the old features, the new features need to be appended using c(old_gr, new_gr) as the value for the gr argument. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.