createReport_differential-DsATAC-method: createReport_differential-methods

Description Usage Arguments Value Author(s) Examples

Description

Create a report summarizing differential accessibility analysis

Usage

1
2
## S4 method for signature 'DsATAC'
createReport_differential(.object, reportDir)

Arguments

.object

DsATAC object

reportDir

directory in which the report will be created

Value

(invisible) muReportR::Report object containing the report

Author(s)

Fabian Mueller

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Not run: 
dsa <- ChrAccRex::loadExample("dsAtac_ia_example")
reportDir <- file.path(".", "ChrAccR_reports")
setConfigElement("regionTypes", setdiff(getRegionTypes(dsa), c("promoters_gc_protein_coding", "t10k")))
setConfigElement("differentialColumns", c("stimulus", "cellType"))
# adjust for the donor annotation in the differential test
setConfigElement("differentialAdjColumns", c("donor"))
# create the report
createReport_differential(dsa, reportDir)

## End(Not run)

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