## ----style, echo = FALSE, results = 'asis'-------------------------------

    if(requireNamespace("base", quietly = TRUE)){
        base::library("BiocStyle")
    }
    
    markdown(css.files = c('custom.css'))


## ----muteload,include=FALSE,echo=FALSE,eval = TRUE-----------------------
    
    library(ChIPexoQualExample)
    

## ----load,include=TRUE,echo=TRUE,eval=FALSE------------------------------
#  
#      library(ChIPexoQualExample)
#  

## ----files---------------------------------------------------------------

    ## example raw files
    list.files(system.file("extdata",package = "ChIPexoQualExample"))


## ----info,include=TRUE,echo =TRUE,eval=TRUE------------------------------
sessionInfo()

