Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

outputing statistics about anchor peaks #77

Open
armenabnousi opened this issue Sep 27, 2019 · 1 comment
Open

outputing statistics about anchor peaks #77

armenabnousi opened this issue Sep 27, 2019 · 1 comment

Comments

@armenabnousi
Copy link

I'm running hichipper on some samples and I'm interested in the background corrected anchors that hichipper is finding (not the loops). I can see "anchors.bed" file and I also keep the temporary files.
The problem is I'm getting too many anchors (~400K anchors, spread over ~500K bins of size 5K), I'm using hg38 so that's almost 83% of the possible 5K bins.
Another problem is that anchors.bed file does not contain any statistical significance. When I'm looking at temporary files, the values in "allSamples_temporary_hichipperPeaks.bed" are all 0. But the "hichipper_qvalue.bdg.tmp" seems have different qvalues (between 0 to 103000, with median 1.4). Do you think this means I should change the parameters for "macs2 bdgpeakcall" in hichipper? Why am I getting all 0's in my hichipperPeaks.bed file?

Thanks!

@caleblareau
Copy link
Contributor

Hi @armenabnousi, this is a good question, and I think that you're on the right track. The hichipper_qvalue.bdg.tmp indeed serves as input to macs2 bdgpeakcall (see line 116: https://github.com/aryeelab/hichipper/blob/master/hichipper/hicproHelper.py). I would imagine that taking this file and running the command with more stringent q value thresholds could be a sensible path forward and should minimally give you a score per peak to start interpreting. I'm not entirely sure why you are getting a bunch of zeros however...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants