Contents

1 Introduction

The csaw package is designed for the de novo detection of differentially bound regions from ChIP-seq data. It uses a sliding window approach to count reads across the genome from sorted and indexed BAM files. Each window is then tested for significant differences between libraries, using the methods in the edgeR package. It implements statistical methods for:

csaw can be applied to any data set containing multiple conditions with biological replication. While intended for ChIP-seq data, the methods in this package can also be applied to any type of sequencing data where changes in genomic coverage are of interest.

2 Documentation

The full user’s guide is available as part of the online documentation in the csawUsersGuide workflow package. It can be obtained by typing:

library(csaw)
if (interactive()) csawUsersGuide()

In addition, several end-to-end usage examples are provided by the chipseqDB workflow package. This is less comprehensive but more concise than the user’s guide.

Documentation for speicific functions is available through the usual R help system, e.g., ?windowCounts. Further questions about the package should be directed to the Bioconductor support site.

3 Session information

sessionInfo()
## R version 4.0.3 (2020-10-10)
## Platform: x86_64-pc-linux-gnu (64-bit)
## Running under: Ubuntu 18.04.5 LTS
## 
## Matrix products: default
## BLAS:   /home/biocbuild/bbs-3.12-bioc/R/lib/libRblas.so
## LAPACK: /home/biocbuild/bbs-3.12-bioc/R/lib/libRlapack.so
## 
## locale:
##  [1] LC_CTYPE=en_US.UTF-8       LC_NUMERIC=C              
##  [3] LC_TIME=en_US.UTF-8        LC_COLLATE=C              
##  [5] LC_MONETARY=en_US.UTF-8    LC_MESSAGES=en_US.UTF-8   
##  [7] LC_PAPER=en_US.UTF-8       LC_NAME=C                 
##  [9] LC_ADDRESS=C               LC_TELEPHONE=C            
## [11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C       
## 
## attached base packages:
## [1] parallel  stats4    stats     graphics  grDevices utils     datasets 
## [8] methods   base     
## 
## other attached packages:
##  [1] csaw_1.24.3                 SummarizedExperiment_1.20.0
##  [3] Biobase_2.50.0              MatrixGenerics_1.2.0       
##  [5] matrixStats_0.57.0          GenomicRanges_1.42.0       
##  [7] GenomeInfoDb_1.26.0         IRanges_2.24.0             
##  [9] S4Vectors_0.28.0            BiocGenerics_0.36.0        
## [11] BiocStyle_2.18.0           
## 
## loaded via a namespace (and not attached):
##  [1] httr_1.4.2               edgeR_3.32.0             bit64_4.0.5             
##  [4] assertthat_0.2.1         askpass_1.1              BiocManager_1.30.10     
##  [7] BiocFileCache_1.14.0     blob_1.2.1               GenomeInfoDbData_1.2.4  
## [10] Rsamtools_2.6.0          yaml_2.2.1               progress_1.2.2          
## [13] pillar_1.4.6             RSQLite_2.2.1            lattice_0.20-41         
## [16] glue_1.4.2               limma_3.46.0             digest_0.6.27           
## [19] XVector_0.30.0           htmltools_0.5.0          Matrix_1.2-18           
## [22] XML_3.99-0.5             pkgconfig_2.0.3          biomaRt_2.46.0          
## [25] bookdown_0.21            zlibbioc_1.36.0          purrr_0.3.4             
## [28] BiocParallel_1.24.1      tibble_3.0.4             openssl_1.4.3           
## [31] generics_0.1.0           ellipsis_0.3.1           GenomicFeatures_1.42.1  
## [34] magrittr_1.5             crayon_1.3.4             memoise_1.1.0           
## [37] evaluate_0.14            xml2_1.3.2               tools_4.0.3             
## [40] prettyunits_1.1.1        hms_0.5.3                lifecycle_0.2.0         
## [43] stringr_1.4.0            locfit_1.5-9.4           DelayedArray_0.16.0     
## [46] AnnotationDbi_1.52.0     Biostrings_2.58.0        compiler_4.0.3          
## [49] rlang_0.4.8              grid_4.0.3               RCurl_1.98-1.2          
## [52] rappdirs_0.3.1           bitops_1.0-6             rmarkdown_2.5           
## [55] DBI_1.1.0                curl_4.3                 R6_2.5.0                
## [58] GenomicAlignments_1.26.0 knitr_1.30               dplyr_1.0.2             
## [61] rtracklayer_1.50.0       bit_4.0.4                stringi_1.5.3           
## [64] Rcpp_1.0.5               vctrs_0.3.4              dbplyr_2.0.0            
## [67] tidyselect_1.1.0         xfun_0.19