Apply Idr On List Of Read Counts
1
1
Entering edit mode
11.2 years ago

Does anybody know how to apply the IDR code on lists of read counts per peak, instead of the usual narrowPeak format:

peak-1    20
peak-2    25
peak-3    23
...

So that using IDR and my peak counts, I get a threshold of the minimum peak intensity for my samples?

I suppose the best version to use is the one explained below, as seen on this url:

http://sites.google.com/site/anshulkundaje/projects/idr

(1) batch-consistency-analysis.r

----------------
GENERAL USAGE:
----------------
Rscript batch-consistency-analysis.r [peakfile1] [peakfile2] [peak.half.width] [outfile.prefix] [min.overlap.ratio] [is.broadpeak] [ranking.measure]

Typical usage for SPP peak caller peaks
Rscript batch-consistency-analysis.r [peakfile1] [peakfile2] -1 [outfile.prefix] 0 F q.value

Typical usage for MACSv2 peak caller peaks
Rscript batch-consistency-analysis.r [peakfile1] [peakfile2] -1 [outfile.prefix] 0 F p.value

[peakfile1] and [peakfile2] are the peak calls for the pair of replicates in narrowPeak format. They must be uncompressed files.
e.g. /peaks/reps/chipSampleRep1_VS_controlSampleRep0.narrowPeak AND /peaks/reps/chipSampleRep2_VS_controlSampleRep0.narrowPeak

Any ideas?

chip-seq statistics r • 2.4k views
ADD COMMENT
0
Entering edit mode
ADD REPLY
0
Entering edit mode
11.1 years ago
Ying W ★ 4.2k

I think you need a bit more information to call IDR. It is possible to convert your file of peaks to to a narrowPeak-like format by adding artificial non-overlapping chromosome locations however I think IDR works best with SPP output. You could try posting to their google groups page, the author (Anshul) is pretty active on there.

ADD COMMENT

Login before adding your answer.

Traffic: 2941 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