CSAR

CSAR analyzes ChIP-seq data to detect protein-bound genomic regions from next-generation sequencing while accounting for PCR amplification artifacts and controlling statistical error rates.


Key Features:

  • R package implementation: Provides statistical methods implemented within an R package for ChIP-seq data analysis.
  • PCR artifact robustness: Addresses biases arising from PCR amplification artifacts to improve reliability of detected signals.
  • Fragment size consideration: Accounts for the average DNA fragment size when calculating single-nucleotide read-enrichment values.
  • Normalization and comparison: Compares normalized sample and control datasets using tests based on the ratio test or the Poisson distribution.
  • False discovery rate control: Uses random permutations to determine test statistic thresholds that control the false discovery rate (FDR).
  • Computational efficiency: Implements the most time-consuming functions in C++ to accelerate processing of large datasets.
  • Validation on data: Demonstrated robustness through testing with simulated and experimental ChIP-seq data.
  • Error rate control: Provides mechanisms to control error rates in peak detection and statistical inference.

Scientific Applications:

  • Gene regulation studies: Identification of protein-bound regions to investigate regulatory elements affecting gene expression.
  • Epigenetic modification analysis: Detection of genomic regions enriched for chromatin marks or modifying proteins.
  • Transcription factor binding site identification: Precise localization of transcription factor occupancy at single-nucleotide resolution.
  • Protein–DNA interaction mapping: Genome-wide mapping of in vivo protein–DNA interactions from ChIP-seq experiments.

Methodology:

Calculates single-nucleotide read-enrichment values accounting for fragment size; normalizes sample and control datasets and applies ratio-test or Poisson-based statistical comparisons; determines test thresholds via random permutations to control FDR; implements intensive functions in C++; validated on simulated and experimental ChIP-seq data.

Topics

Collections

Details

License:
Artistic-2.0
Tool Type:
command-line tool, library
Operating Systems:
Linux, Windows, Mac
Programming Languages:
R
Added:
1/17/2017
Last Updated:
12/30/2018

Operations

Data Inputs & Outputs

Publications

Muiño JM, Kaufmann K, van Ham RC, Angenent GC, Krajewski P. ChIP-seq Analysis in R (CSAR): An R package for the statistical detection of protein-bound genomic regions. Plant Methods. 2011;7(1):11. doi:10.1186/1746-4811-7-11. PMID:21554688. PMCID:PMC3114017.

Documentation

Downloads