BaseIndexList-class {BioQC}R Documentation

An S4 class to hold a list of indices, with the possibility to specify the offset of the indices. IndexList and SignedIndexList extend this class

Description

An S4 class to hold a list of indices, with the possibility to specify the offset of the indices. IndexList and SignedIndexList extend this class

Slots

offset

An integer specifying the value of first element. Default 1

keepNA

Logical, whether NA is kept during construction

keepDup

Logical, whether duplicated values are kept during construction


[Package BioQC version 1.18.0 Index]