offset,BaseIndexList-method {BioQC}R Documentation

Get offset from an IndexList object

Description

Get offset from an IndexList object

Usage

## S4 method for signature 'BaseIndexList'
offset(object)

Arguments

object

An IndexList object

Examples

myIndexList <- IndexList(list(1:5, 2:7, 3:8), offset=1L)
offset(myIndexList)

[Package BioQC version 1.10.0 Index]