Saturation analysis of chip-seq peaks
1
0
Entering edit mode
4.6 years ago

Dear all,

I have broad peak files generated by MACS2 for 68 samples. I want to see if I have reached saturation of new peaks obtained in my samples. I want to produce a graph similar to the one here -> https://ibb.co/Lnx64xG My question is does anyone know how to generate this? Is there an R package?

ref: https://www.nature.com/articles/ng.3930#Abs2

ChIP-Seq R • 1.3k views
ADD COMMENT
0
Entering edit mode
4.6 years ago
ATpoint 85k

You basically call peaks on 1, 2, 3, (...), all samples and then check how many peaks you get in each of these. You can repeat the calling for each number of samples a couple of times to be more robust against outliers. The obtained peak numbers you plot as a function of the number of samples you used. I do not think there is an R package but this is basically just a loop from 1 to the number of samples, and in each iteration you randomly select the number of desired samples. Should not be too difficult to implement. Please try out some things and feel free to come back with specific questions.

ADD COMMENT

Login before adding your answer.

Traffic: 2488 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6