GenomicRangesList-class | R Documentation |
The GenomicRangesList virtual class is a general container for storing a list of GenomicRanges objects.
Most users are probably more interested in the GRangesList container, a GenomicRangesList derivative for storing a list of GRanges objects.
The place of GenomicRangesList in the Vector class hierarchy:
Vector ^ | List ^ | RangesList ^ ^ / \ / \ / \ / \ / \ / \ IntegerRangesList GenomicRangesList ^ ^ | | IRangesList GRangesList ^ ^ ^ ^ / \ / \ / \ / \ / \ / \ SimpleIRangesList \ SimpleGRangesList \ CompressedIRangesList CompressedGRangesList
Note that the Vector class hierarchy has many more classes. In particular Vector, List, IRangesList, and IntegerRangesList have other subclasses not shown here.
H. Pagès and M. Lawrence
GRangesList objects.
GenomicRanges and GRanges objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.