Different amount of overlapping Peaks in ChIPpeakAnno-Package
0
0
Entering edit mode
N. F. • 0
@n-f-8913
Last seen 8.5 years ago
Germany

Hey guys,

I'm facing the following problem:

When using findOverlapsOfPeaks() with four Peak-Datasets and maxgap = 1000 I get 17376 peaks, which overlap in all four datasets when I look into the data. When using makeVennDiagram() to draw an image of the overlaps it says 18703 for all four datasets, which is kinda odd because I use the same data.

Here's what I did:

 

ol <- findOverlapsOfPeaks(peaks1, peaks2, peaks3, peaks4, maxgap=1000)

peaklist <- ol$peaklist

peaklist[["peaks1///peaks2///peaks3///peaks4"]] 
## results into: GRanges object with 17376 ranges and 1 metadata column:

makeVennDiagram(ol, totalTest=72033) 
## says: 18703 for all sets overlapping

 

Any ideas what's the problem?

I am using ChIPpeakAnno_3.2.2

chippeakanno findoverlaps venn diagram • 1.1k views
ADD COMMENT

Login before adding your answer.

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