macs2
Model-based Analysis of ChIP-Seq on short reads sequencers
Install
- All systems
-
curl cmd.cat/macs2.sh
- Debian
-
apt-get install macs
- Ubuntu
-
apt-get install macs
- Kali Linux
-
apt-get install macs
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install macs
- Raspbian
-
apt-get install macs
- Dockerfile
- dockerfile.run/macs2
macs
Model-based Analysis of ChIP-Seq on short reads sequencers
MACS empirically models the length of the sequenced ChIP fragments, which tends to be shorter than sonication or library construction size estimates, and uses it to improve the spatial resolution of predicted binding sites. MACS also uses a dynamic Poisson distribution to effectively capture local biases in the genome sequence, allowing for more sensitive and robust prediction. MACS compares favorably to existing ChIP-Seq peak-finding algorithms, is publicly available open source, and can be used for ChIP-Seq with or without control samples.