findOverlaps-methods | R Documentation |
The findOverlaps, countOverlaps
methods are available for
ChromatinAssay
objects. This allows finding overlaps between
genomic ranges and the ranges stored in the ChromatinAssay.
## S4 method for signature 'Vector,ChromatinAssay' findOverlaps( query, subject, maxgap = -1L, minoverlap = 0L, type = c("any", "start", "end", "within", "equal"), select = c("all", "first", "last", "arbitrary"), ignore.strand = FALSE ) ## S4 method for signature 'ChromatinAssay,Vector' findOverlaps( query, subject, maxgap = -1L, minoverlap = 0L, type = c("any", "start", "end", "within", "equal"), select = c("all", "first", "last", "arbitrary"), ignore.strand = FALSE ) ## S4 method for signature 'ChromatinAssay,ChromatinAssay' findOverlaps( query, subject, maxgap = -1L, minoverlap = 0L, type = c("any", "start", "end", "within", "equal"), select = c("all", "first", "last", "arbitrary"), ignore.strand = FALSE ) ## S4 method for signature 'Vector,ChromatinAssay' countOverlaps( query, subject, maxgap = -1L, minoverlap = 0L, type = c("any", "start", "end", "within", "equal"), ignore.strand = FALSE ) ## S4 method for signature 'ChromatinAssay,Vector' countOverlaps( query, subject, maxgap = -1L, minoverlap = 0L, type = c("any", "start", "end", "within", "equal"), ignore.strand = FALSE ) ## S4 method for signature 'ChromatinAssay,ChromatinAssay' countOverlaps( query, subject, maxgap = -1L, minoverlap = 0L, type = c("any", "start", "end", "within", "equal"), ignore.strand = FALSE )
query, subject |
A |
maxgap, minoverlap, type, select, ignore.strand |
See
|
If a ChromatinAssay is set as the default assay in a
Seurat
object, you can also call findOverlaps
directly on the Seurat object.
See findOverlaps
findOverlaps,ChromatinAssay,Vector-method
: method for ChromatinAssay, Vector
findOverlaps,ChromatinAssay,ChromatinAssay-method
: method for ChromatinAssay, ChromatinAssay
countOverlaps,Vector,ChromatinAssay-method
: method for Vector, ChromatinAssay
countOverlaps,ChromatinAssay,Vector-method
: method for ChromatinAssay, Vector
countOverlaps,ChromatinAssay,ChromatinAssay-method
: method for ChromatinAssay, ChromatinAssay
findOverlaps-methods in the IRanges package.
findOverlaps-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.