Sorry if I'm asking a stupid question.
I have chip-seq raw data, with fastq.gz format file, and I want to call peaks firstly. I have python installed in my computer.
Python 2.7.8 (v2.7.8:ee879c0ffa11, Jun 29 2014, 21:07:35)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
How can I install MACS and how to use it? I went to MACS website, and I don't quite understand the install guide.
Thank you!
You'll probably want to check out galaxy, since I gather you're quite new to this sort of thing.
BTW, you'll need to align the reads before you can use MACS. For that, a tool like bowtie2 or bwa will work.