InteractionArray Class
Source:R/AllClasses.R
, R/AllGenerics.R
, R/methods-InteractionArray.R
InteractionArray-class.Rd
The `InteractionArray` class extends `InteractionSet` to provide an interface for accessing submatrices pulled from Hi-C data.
Usage
InteractionArray(assays, interactions, ...)
# S4 method for ANY,GInteractions
InteractionArray(assays, interactions, ...)
# S4 method for missing,missing
InteractionArray(assays, interactions, ...)
# S4 method for InteractionArray
show(object)
# S4 method for InteractionArray
rbind(..., deparse.level = 1)
# S4 method for InteractionArray
cbind(..., deparse.level = 1)
Arguments
- assays, interactions
See
?InteractionSet
- ...
InteractionArray objects to be combined column-wise. All objects must be the same class.
- object
InteractionArray object.
- deparse.level
An integer scalar; see `?base::cbind` for a description of this argument.