CSAR
Statistical tools for the analysis of ChIP-seq data
Bioconductor version: 3.23 · Package version: 1.64.0
Statistical tools for ChIP-seq data analysis. The package includes the statistical method described in Kaufmann et al. (2009) PLoS Biology: 7(4):e1000090. Briefly, Taking the average DNA fragment size subjected to sequencing into account, the software calculates genomic single-nucleotide read-enrichment values. After normalization, sample and control are compared using a test based on the Poisson distribution. Test statistic thresholds to control the false discovery rate are obtained through random permutation.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("CSAR") Details
| Maintainer | Jose M Muino <jose.muino@live.com> |
| Author | Jose M Muino |
| License | Artistic-2.0 |
| Downloads rank | 439 |
| Source branch | RELEASE_3_23 |
| biocViews | ChIPSeq, Genetics, Software, Transcription |
Documentation
Download
Dependencies
Depends: R (>= 2.15.0), S4Vectors, IRanges, Seqinfo, GenomicRanges
Suggests: ShortRead, Biostrings