Learn R Programming

IRanges (version 2.6.0)

List-class-leftovers: List objects (old man page)

Description

IMPORTANT NOTE - 9/4/2014: This man page is being refactored. Most of the things that used to be documented here have been moved to the man page for List objects located in the S4Vectors package.

Arguments

Details

The only thing left here is the documentation of the stack method for List objects. In the code snippets below, x is a List object.

[object Object]

See Also

  • TheListclass defined and documented in theS4Vectorspackage.

Examples

Run this code
starts <- IntegerList(c(1, 5), c(2, 8))
ends <- IntegerList(c(3, 8), c(5, 9))
rgl <- IRangesList(start=starts, end=ends)
rangeDataFrame <- stack(rgl, "space", "ranges")

Run the code above in your browser using DataLab