R/iranges-methods.R
inter-range-methods.Rd
The range, reduce, gaps, disjoin, isDisjoint, disjointBins
methods
are available for ChromatinAssay
objects.
# S4 method for ChromatinAssay range(x, ..., with.revmap = FALSE, na.rm = FALSE) # S4 method for Seurat range(x, ..., with.revmap = FALSE, na.rm = FALSE) # S4 method for ChromatinAssay reduce(x, drop.empty.ranges = FALSE, ...) # S4 method for Seurat reduce(x, drop.empty.ranges = FALSE, ...) # S4 method for ChromatinAssay gaps(x, start = NA, end = NA) # S4 method for Seurat gaps(x, start = NA, end = NA) # S4 method for ChromatinAssay disjoin(x, ...) # S4 method for Seurat disjoin(x, ...) # S4 method for ChromatinAssay isDisjoint(x, ...) # S4 method for Seurat isDisjoint(x, ...) # S4 method for ChromatinAssay disjointBins(x, ...) # S4 method for Seurat disjointBins(x, ...)
x | A |
---|---|
... | Additional arguments |
with.revmap | See |
na.rm | Ignored |
drop.empty.ranges | See |
start, end | See |
range,Seurat-method
: method for Seurat objects
reduce,ChromatinAssay-method
: method for ChromatinAssay objects
reduce,Seurat-method
: method for Seurat objects
gaps,ChromatinAssay-method
: method for ChromatinAssay objects
gaps,Seurat-method
: method for Seurat objects
disjoin,ChromatinAssay-method
: method for ChromatinAssay objects
disjoin,Seurat-method
: method for Seurat objects
isDisjoint,ChromatinAssay-method
: method for ChromatinAssay objects
isDisjoint,Seurat-method
: method for Seurat objects
disjointBins,ChromatinAssay-method
: method for ChromatinAssay objects
disjointBins,Seurat-method
: method for Seurat objects
inter-range-methods in the IRanges package.
inter-range-methods in the GenomicRanges package