filterLowCovg-DsATAC-method: filterLowCovg-methods

Description Usage Arguments Value Author(s)

Description

Filter regions with low read counts

Usage

1
2
3
4
5
6
7
## S4 method for signature 'DsATAC'
filterLowCovg(
  .object,
  thresh = 1L,
  reqSamples = 0.75,
  regionTypes = getRegionTypes(.object)
)

Arguments

.object

DsATAC object

thresh

regions with read counts below this threshold will be considered lowly covered regions (default: regions with fewer than 1 read will be discarded)

reqSamples

the percentile of samples required to meet or exceed the threshold in order for a region to be retained. must be in the interval [0, 1) (default: 0.75 = 75 percent)

regionTypes

character vector specifying the names of the region types to which filtering should be applied (default: all region types)

Value

a new DsATAC object with low coverage regions removed

Author(s)

Fabian Mueller


demuellae/ChrAccR documentation built on Jan. 20, 2020, 3:03 a.m.