R/IPosList-class.R

### =========================================================================
### IPosList objects
### -------------------------------------------------------------------------


setClass("IPosList",
    contains=c("PosList", "IntegerRangesList"),
    representation("VIRTUAL"),
    prototype(elementType="IPos")
)

setClass("SimpleIPosList",
    contains=c("IPosList", "SimplePosList", "SimpleIntegerRangesList")
)

Try the IRanges package in your browser

Any scripts or data that you put into this service are public.

IRanges documentation built on Dec. 14, 2020, 2 a.m.