coverage,ChromatinAssay-method | R Documentation |
This is the coverage
method for ChromatinAssay
objects.
## S4 method for signature 'ChromatinAssay' coverage( x, shift = 0L, width = NULL, weight = 1L, method = c("auto", "sort", "hash") )
x |
A |
shift |
How much each range should be shifted before coverage is
computed. See |
width |
Specifies the length of the returned coverage vectors.
See |
weight |
Assigns weight to each range in |
method |
See |
Genome Coverage
coverage,ChromatinAssay-method
: method for ChromatinAssay objects
coverage-methods in the IRanges package.
coverage-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.