Find the nearest range neighbors for ChromatinAssay objects
The precede, follow, nearest, distance, distanceToNearest
methods are available for ChromatinAssay
objects.
## S4 method for signature 'ANY,ChromatinAssay' precede(x, subject, select = c("arbitrary", "all"), ignore.strand = FALSE) ## S4 method for signature 'ChromatinAssay,ANY' precede(x, subject, select = c("arbitrary", "all"), ignore.strand = FALSE) ## S4 method for signature 'ChromatinAssay,ChromatinAssay' precede(x, subject, select = c("arbitrary", "all"), ignore.strand = FALSE) ## S4 method for signature 'ANY,Seurat' precede(x, subject, select = c("arbitrary", "all"), ignore.strand = FALSE) ## S4 method for signature 'Seurat,ANY' precede(x, subject, select = c("arbitrary", "all"), ignore.strand = FALSE) ## S4 method for signature 'Seurat,Seurat' precede(x, subject, select = c("arbitrary", "all"), ignore.strand = FALSE) ## S4 method for signature 'ANY,ChromatinAssay' follow(x, subject, select = c("arbitrary", "all"), ignore.strand = FALSE) ## S4 method for signature 'ChromatinAssay,ANY' follow(x, subject, select = c("arbitrary", "all"), ignore.strand = FALSE) ## S4 method for signature 'ChromatinAssay,ChromatinAssay' follow(x, subject, select = c("arbitrary", "all"), ignore.strand = FALSE) ## S4 method for signature 'ANY,Seurat' follow(x, subject, select = c("arbitrary", "all"), ignore.strand = FALSE) ## S4 method for signature 'Seurat,ANY' follow(x, subject, select = c("arbitrary", "all"), ignore.strand = FALSE) ## S4 method for signature 'Seurat,Seurat' follow(x, subject, select = c("arbitrary", "all"), ignore.strand = FALSE) ## S4 method for signature 'ANY,ChromatinAssay' nearest(x, subject, select = c("arbitrary", "all"), ignore.strand = FALSE) ## S4 method for signature 'ChromatinAssay,ANY' nearest(x, subject, select = c("arbitrary", "all"), ignore.strand = FALSE) ## S4 method for signature 'ChromatinAssay,ChromatinAssay' nearest(x, subject, select = c("arbitrary", "all"), ignore.strand = FALSE) ## S4 method for signature 'ANY,Seurat' nearest(x, subject, select = c("arbitrary", "all"), ignore.strand = FALSE) ## S4 method for signature 'Seurat,ANY' nearest(x, subject, select = c("arbitrary", "all"), ignore.strand = FALSE) ## S4 method for signature 'Seurat,Seurat' nearest(x, subject, select = c("arbitrary", "all"), ignore.strand = FALSE) ## S4 method for signature 'ANY,ChromatinAssay' distance(x, y, ignore.strand = FALSE, ...) ## S4 method for signature 'ChromatinAssay,ANY' distance(x, y, ignore.strand = FALSE, ...) ## S4 method for signature 'ChromatinAssay,ChromatinAssay' distance(x, y, ignore.strand = FALSE, ...) ## S4 method for signature 'ANY,Seurat' distance(x, y, ignore.strand = FALSE, ...) ## S4 method for signature 'Seurat,ANY' distance(x, y, ignore.strand = FALSE, ...) ## S4 method for signature 'Seurat,Seurat' distance(x, y, ignore.strand = FALSE, ...) ## S4 method for signature 'ANY,ChromatinAssay' distanceToNearest(x, subject, ignore.strand = FALSE, ...) ## S4 method for signature 'ChromatinAssay,ANY' distanceToNearest(x, subject, ignore.strand = FALSE, ...) ## S4 method for signature 'ChromatinAssay,ChromatinAssay' distanceToNearest(x, subject, ignore.strand = FALSE, ...) ## S4 method for signature 'ANY,Seurat' distanceToNearest(x, subject, ignore.strand = FALSE, ...) ## S4 method for signature 'Seurat,ANY' distanceToNearest(x, subject, ignore.strand = FALSE, ...) ## S4 method for signature 'Seurat,Seurat' distanceToNearest(x, subject, ignore.strand = FALSE, ...)
x
: A query ChromatinAssay
object
subject
: The subject GRanges
or ChromatinAssay
object. If missing, x
is used as the subject.
select
: Logic for handling ties. See nearest-methods
in the GenomicRanges
package.
ignore.strand
: Logical argument controlling whether strand information should be ignored.
y
: For the distance
method, a GRanges
object or a ChromatinAssay
object
...
: Additional arguments for methods
precede(x = ChromatinAssay, subject = ANY)
: method for ChromatinAssay, ANYprecede(x = ChromatinAssay, subject = ChromatinAssay)
: method for ChromatinAssay, ChromatinAssayprecede(x = ANY, subject = Seurat)
: method for ANY, Seuratprecede(x = Seurat, subject = ANY)
: method for Seurat, ANYprecede(x = Seurat, subject = Seurat)
: method for Seurat, Seuratfollow(x = ANY, subject = ChromatinAssay)
: method for ANY, ChromatinAssayfollow(x = ChromatinAssay, subject = ANY)
: method for ChromatinAssay, ANYfollow(x = ChromatinAssay, subject = ChromatinAssay)
: method for ChromatinAssay, ChromatinAssayfollow(x = ANY, subject = Seurat)
: method for ANY, Seuratfollow(x = Seurat, subject = ANY)
: method for Seurat, ANYfollow(x = Seurat, subject = Seurat)
: method for Seurat, Seuratnearest(x = ANY, subject = ChromatinAssay)
: method for ANY, ChromatinAssaynearest(x = ChromatinAssay, subject = ANY)
: method for ChromatinAssay, ANYnearest(x = ChromatinAssay, subject = ChromatinAssay)
: method for ChromatinAssay, ChromatinAssaynearest(x = ANY, subject = Seurat)
: method for ANY, Seuratnearest(x = Seurat, subject = ANY)
: method for Seurat, ANYnearest(x = Seurat, subject = Seurat)
: method for Seurat, Seuratdistance(x = ANY, y = ChromatinAssay)
: method for ANY, ChromatinAssaydistance(x = ChromatinAssay, y = ANY)
: method for ChromatinAssay, ANYdistance(x = ChromatinAssay, y = ChromatinAssay)
: method for ChromatinAssay, ChromatinAssaydistance(x = ANY, y = Seurat)
: method for ANY, Seuratdistance(x = Seurat, y = ANY)
: method for Seurat, ANYdistance(x = Seurat, y = Seurat)
: method for Seurat, SeuratdistanceToNearest(x = ANY, subject = ChromatinAssay)
: method for ANY, ChromatinAssaydistanceToNearest(x = ChromatinAssay, subject = ANY)
: method for ChromatinAssay, ANYdistanceToNearest(x = ChromatinAssay, subject = ChromatinAssay)
: method for ChromatinAssay, ChromatinAssaydistanceToNearest(x = ANY, subject = Seurat)
: method for ANY, SeuratdistanceToNearest(x = Seurat, subject = ANY)
: method for Seurat, ANYdistanceToNearest(x = Seurat, subject = Seurat)
: method for Seurat, Seuratnearest-methods in the IRanges
package.
nearest-methods in the GenomicRanges
package
ChromatinAssay-class
Useful links