createReport_exploratory-DsATAC-method: createReport_exploratory-methods

Description Usage Arguments Value Author(s) Examples

Description

Create a report summarizing exploratory analyses of an accessibility dataset

Usage

1
2
## S4 method for signature 'DsATAC'
createReport_exploratory(.object, reportDir, itLsiObj = NULL)

Arguments

.object

DsATAC object

reportDir

directory in which the report will be created

itLsiObj

[for single-cell only; optional] pre-computed result of a call to iterativeLSI(.object, ...)

Value

(invisible) muReportR::Report object containing the report

Author(s)

Fabian Mueller

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
dsa <- ChrAccRex::loadExample("dsAtac_ia_example")
dsa_qnorm <- transformCounts(dsa, method="quantile")
setConfigElement("annotationColumns", c("cellType", "donor", "stimulus"))
setConfigElement("regionTypes", setdiff(getRegionTypes(dsa), c("promoters_gc_protein_coding", "t10k")))
reportDir <- file.path(".", "ChrAccR_reports")
createReport_exploratory(dsa_qnorm, reportDir)

## End(Not run)

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