offset,BaseIndexList-method {BioQC} | R Documentation |
Get offset from an IndexList object
## S4 method for signature 'BaseIndexList' offset(object)
object |
An IndexList object |
myIndexList <- IndexList(list(1:5, 2:7, 3:8), offset=1L) offset(myIndexList)