inter-range-methods | R Documentation |
The range, reduce, gaps, disjoin, isDisjoint, disjointBins
methods
are available for ChromatinAssay
objects.
## S4 method for signature 'ChromatinAssay' range(x, ..., with.revmap = FALSE, na.rm = FALSE) ## S4 method for signature 'ChromatinAssay' reduce(x, drop.empty.ranges = FALSE, ...) ## S4 method for signature 'ChromatinAssay' gaps(x, start = NA, end = NA) ## S4 method for signature 'ChromatinAssay' disjoin(x, ...) ## S4 method for signature 'ChromatinAssay' isDisjoint(x, ...) ## S4 method for signature 'ChromatinAssay' disjointBins(x, ...)
x |
A |
... |
Additional arguments |
with.revmap |
See |
na.rm |
Ignored |
drop.empty.ranges |
See |
start, end |
See |
inter-range-methods
reduce,ChromatinAssay-method
: method for ChromatinAssay objects
gaps,ChromatinAssay-method
: method for ChromatinAssay objects
disjoin,ChromatinAssay-method
: method for ChromatinAssay objects
isDisjoint,ChromatinAssay-method
: method for ChromatinAssay objects
disjointBins,ChromatinAssay-method
: method for ChromatinAssay objects
inter-range-methods in the IRanges package.
inter-range-methods in the GenomicRanges package
ChromatinAssay-class
print("see https://satijalab.org/signac/reference/chromatinassay-class")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.