This is the coverage method for ChromatinAssay objects.
# S4 method for ChromatinAssay
coverage(
  x,
  shift = 0L,
  width = NULL,
  weight = 1L,
  method = c("auto", "sort", "hash")
)# S4 method for Seurat
coverage(
  x,
  shift = 0L,
  width = NULL,
  weight = 1L,
  method = c("auto", "sort", "hash")
)
A ChromatinAssay object
How much each range should be shifted before coverage is
computed. See coverage in the IRanges package.
Specifies the length of the returned coverage vectors.
See coverage in the IRanges package.
Assigns weight to each range in x.
See coverage in the IRanges package.
See coverage in the IRanges
package
coverage(ChromatinAssay): method for ChromatinAssay objects
coverage(Seurat): method for Seurat objects
coverage-methods in the IRanges package.
coverage-methods in the GenomicRanges package
ChromatinAssay-class