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 csawBook package. It can be obtained by typing:

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

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 Under development (unstable) (2023-11-11 r85510)
## Platform: x86_64-pc-linux-gnu
## Running under: Ubuntu 22.04.3 LTS
## 
## Matrix products: default
## BLAS:   /home/biocbuild/bbs-3.19-bioc/R/lib/libRblas.so 
## LAPACK: /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3.10.0
## 
## locale:
##  [1] LC_CTYPE=en_US.UTF-8       LC_NUMERIC=C              
##  [3] LC_TIME=en_GB              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       
## 
## time zone: America/New_York
## tzcode source: system (glibc)
## 
## attached base packages:
## [1] stats4    stats     graphics  grDevices utils     datasets  methods  
## [8] base     
## 
## other attached packages:
##  [1] csaw_1.37.1                 SummarizedExperiment_1.33.1
##  [3] Biobase_2.63.0              MatrixGenerics_1.15.0      
##  [5] matrixStats_1.1.0           GenomicRanges_1.55.1       
##  [7] GenomeInfoDb_1.39.1         IRanges_2.37.0             
##  [9] S4Vectors_0.41.2            BiocGenerics_0.49.1        
## [11] BiocStyle_2.31.0           
## 
## loaded via a namespace (and not attached):
##  [1] sass_0.4.7              SparseArray_1.3.1       bitops_1.0-7           
##  [4] lattice_0.22-5          digest_0.6.33           evaluate_0.23          
##  [7] grid_4.4.0              bookdown_0.36           fastmap_1.1.1          
## [10] jsonlite_1.8.7          Matrix_1.6-4            limma_3.59.1           
## [13] BiocManager_1.30.22     Biostrings_2.71.1       codetools_0.2-19       
## [16] jquerylib_0.1.4         abind_1.4-5             cli_3.6.1              
## [19] rlang_1.1.2             crayon_1.5.2            XVector_0.43.0         
## [22] cachem_1.0.8            DelayedArray_0.29.0     yaml_2.3.7             
## [25] metapod_1.11.0          S4Arrays_1.3.1          tools_4.4.0            
## [28] parallel_4.4.0          BiocParallel_1.37.0     locfit_1.5-9.8         
## [31] GenomeInfoDbData_1.2.11 Rsamtools_2.19.2        R6_2.5.1               
## [34] lifecycle_1.0.4         zlibbioc_1.49.0         edgeR_4.1.2            
## [37] bslib_0.6.1             Rcpp_1.0.11             statmod_1.5.0          
## [40] xfun_0.41               knitr_1.45              htmltools_0.5.7        
## [43] rmarkdown_2.25          compiler_4.4.0          RCurl_1.98-1.13