exportCountTracks-DsATAC-method: exportCountTracks-methods

Description Usage Arguments Value Author(s)

Description

export count data as genome tracks (e.g. for visualization in the browser)

Usage

1
2
3
4
5
6
7
8
## S4 method for signature 'DsATAC'
exportCountTracks(
  .object,
  type,
  outDir,
  formats = c("bed", "igv"),
  groupBy = NULL
)

Arguments

.object

DsATAC object

type

character string specifying the region type

outDir

output directory. Must be existing.

formats

browser format. Currently only bed and "igv" are supported

groupBy

a column in the sample annotation table to group by (the mean will be computed)

Value

nothing of particular interest

Author(s)

Fabian Mueller


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