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