1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
# MACS: Model-based Analysis for ChIP-Seq
     
[](https://pypistats.org/packages/macs3)
Latest Release:
* Github: [](https://github.com/macs3-project/MACS/releases)
* PyPI: [](https://pypi.org/project/MACS3/)
* Bioconda:[](https://anaconda.org/bioconda/macs3)
* Debian Med: [](https://packages.debian.org/stable/macs)[](https://packages.debian.org/sid/macs)
## Introduction
With the improvement of sequencing techniques, chromatin
immunoprecipitation followed by high throughput sequencing (ChIP-Seq)
is getting popular to study genome-wide protein-DNA interactions. To
address the lack of powerful ChIP-Seq analysis method, we presented
the **M**odel-based **A**nalysis of **C**hIP-**S**eq (MACS), for
identifying transcript factor binding sites. MACS captures the
influence of genome complexity to evaluate the significance of
enriched ChIP regions and MACS improves the spatial resolution of
binding sites through combining the information of both sequencing tag
position and orientation. MACS can be easily used for ChIP-Seq data
alone, or with a control sample with the increase of
specificity. Moreover, as a general peak-caller, MACS can also be
applied to any "DNA enrichment assays" if the question to be asked is
simply: *where we can find significant reads coverage than the random
background*.
Please find MACS3 documentations through [MACS3
website](https://macs3-project.github.io/MACS/).
## Contribute
Please read our [CODE OF CONDUCT](CODE_OF_CONDUCT.md) and [How to
contribute](CONTRIBUTING.md) documents. If you have any questions,
suggestion/ideas, or just want to have conversions with developers and
other users in the community, we recommend using the [MACS
Discussions](https://github.com/macs3-project/MACS/discussions)
instead of posting to our
[Issues](https://github.com/macs3-project/MACS/issues) page.
## Ackowledgement
MACS3 project is sponsored by [](https://czi.co/EOSS). And we particularly want to thank the user community for their supports, feedbacks and contributions over the years.
## Citation
2008: [Model-based Analysis of ChIP-Seq
(MACS)](https://genomebiology.biomedcentral.com/articles/10.1186/gb-2008-9-9-r137)
|