Learn R Programming

VariantAnnotation (version 1.18.1)

VRangesList-class: VRangesList objects

Description

VRangesList is a virtual class representing a list of VRanges objects and should behave much like any other derivative of List. It has both a simple and compressed implementation. VRangesList provides conveniences for manipulating sets of VRanges objects.

Arguments

Examples

Run this code
## construction
example(VRanges)
vrl <- VRangesList(sampleA = vr, sampleB = vr)
stackSamples(vrl)

Run the code above in your browser using DataLab