Hi,
Has any one gotten experience on interpretting merge peaks matrix output.? I dont know what is the meaning of column and row names mean?
Thank you,
Best,
Tunc.
Hi,
Has any one gotten experience on interpretting merge peaks matrix output.? I dont know what is the meaning of column and row names mean?
Thank you,
Best,
Tunc.
So this matrix represents that how many peaks are shared between different file give by -d
parameter.
I don't understand why this matrix is produced, if you haven't mentioned -matrix
parameter.
But this file displays the raw count of overlapping peaks between several files.
Read about Peak Co-Occurrence Statistics
the mergePeaks itsefl works perfect. I understood it by heart. However, as you mention( sorry my bad I should have mentioned before), -matrix option created this intresting output. This is the reason why I asked the question.
So to be on the same page, should the matrix be symmetrical because say I have two files should the number of overlapping regions be same?
Similar to (A ∩ B) == (B∩A)
Mathematically, the number of overlaps should be the same if the observations being overlapped are of the same size thus creating a symmetric matrix. But consider these tmp file A and B
A B
peak1 1 1000 vs peak 1 10 100
peak2 1500 2000 peak 2 110 200
Here, (A ∩ B) != (B ∩ A) as number of peaks in B overlapping first region in A=2 but vice versa=1.
That's why you could see some differences. If you are happy with the answer, you could mark it accepted. Good Luck!
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Post the
head
here.I will not bother with head :)
here is your information.
I apologise for the formatting this is the best that I can provide. The rownames are supposed to be printed in the same order as colnames.
Don't worry about the formatting, its clear. I will post an answer.