ViewsList-class | R Documentation |
An extension of List that holds only Views objects.
ViewsList is a virtual class. Specialized subclasses like e.g. RleViewsList are useful for storing coverage vectors over a set of spaces (e.g. chromosomes), each of which requires a separate RleViews object.
As a List subclass, ViewsList inherits all the methods available for List objects. It also presents an API that is very similar to that of Views, where operations are vectorized over the elements and generally return lists.
P. Aboyoun and H. Pagès
List-class, RleViewsList-class.
findOverlaps
.
showClass("ViewsList")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.