Correlation between Chip-seq BAMs
Hello Biostars!
Which Correlation coefficient would you prefer to get correlation between BAMs - spearman or pearson? I need to input this in deepTools's plotCorrelation program. My data is Chip-seq data.
Thanks in advance :)
• 2,005 views
•
link
1 answer
They're both useful and often it's best to look at both, but if I had to choose one I'd choose spearman.
• 0 views
•
link
Log in to answer this question.
I would try both and see the difference. If the BAM are of completely difference conditions (i.e normal - cancer), both should work fine. If the all BAM files related to same condition, I observed "spearman" working better.