csaw 1.32.0
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.
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.
sessionInfo()
## R version 4.2.1 (2022-06-23)
## Platform: x86_64-pc-linux-gnu (64-bit)
## Running under: Ubuntu 20.04.5 LTS
##
## Matrix products: default
## BLAS: /home/biocbuild/bbs-3.16-bioc/R/lib/libRblas.so
## LAPACK: /home/biocbuild/bbs-3.16-bioc/R/lib/libRlapack.so
##
## 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
##
## attached base packages:
## [1] stats4 stats graphics grDevices utils datasets methods
## [8] base
##
## other attached packages:
## [1] csaw_1.32.0 SummarizedExperiment_1.28.0
## [3] Biobase_2.58.0 MatrixGenerics_1.10.0
## [5] matrixStats_0.62.0 GenomicRanges_1.50.0
## [7] GenomeInfoDb_1.34.0 IRanges_2.32.0
## [9] S4Vectors_0.36.0 BiocGenerics_0.44.0
## [11] BiocStyle_2.26.0
##
## loaded via a namespace (and not attached):
## [1] Rcpp_1.0.9 bslib_0.4.0 compiler_4.2.1
## [4] BiocManager_1.30.19 jquerylib_0.1.4 XVector_0.38.0
## [7] bitops_1.0-7 tools_4.2.1 zlibbioc_1.44.0
## [10] metapod_1.6.0 digest_0.6.30 lattice_0.20-45
## [13] jsonlite_1.8.3 evaluate_0.17 rlang_1.0.6
## [16] Matrix_1.5-1 DelayedArray_0.24.0 cli_3.4.1
## [19] parallel_4.2.1 yaml_2.3.6 xfun_0.34
## [22] fastmap_1.1.0 GenomeInfoDbData_1.2.9 stringr_1.4.1
## [25] knitr_1.40 Biostrings_2.66.0 sass_0.4.2
## [28] locfit_1.5-9.6 grid_4.2.1 R6_2.5.1
## [31] BiocParallel_1.32.0 rmarkdown_2.17 bookdown_0.29
## [34] limma_3.54.0 edgeR_3.40.0 magrittr_2.0.3
## [37] Rsamtools_2.14.0 codetools_0.2-18 htmltools_0.5.3
## [40] stringi_1.7.8 RCurl_1.98-1.9 cachem_1.0.6
## [43] crayon_1.5.2