Description Usage Arguments Value Author(s) Examples
Create a report summarizing differential accessibility analysis
1 2  | ## S4 method for signature 'DsATAC'
createReport_differential(.object, reportDir)
 | 
.object | 
 
  | 
reportDir | 
 directory in which the report will be created  | 
(invisible) muReportR::Report object containing the report
Fabian Mueller
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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.