-
Notifications
You must be signed in to change notification settings - Fork 12
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
Extracting locus strength scores for loops #143
Comments
Hi Noura, I'm not sure how you mean exactly but if you want the distribution of contact scores between regions you can run coolpup.py with --store_stripes which saves individual coordinates and values. It's a bit convoluted to extract the values but I have an example here: https://github.com/efriman/Friman_etal_ULI/blob/main/pileups/TSS_quartiles_score_stripes.ipynb There's actually a command --out_sorted_bedpe in plotpup.py which will output a bedpe file with your stripes sorted by either central pixel (--stripe_sort center_pixel) or sum (--stripe_sort sum). See here also: https://coolpuppy.readthedocs.io/en/latest/Examples/Walkthrough_CLI.html#stripe-stackups |
Hi Noura, |
Hello,
I'm doing aggregate loop analysis and I was wondering if you have something like this for loops? I'm not very well versed in python, but will try on my own over the week.
I do think something that would be top notch for this tool is if it has options in the common line that allow you to extract regions used (for example when running something like --by-distance) in the aggregate with the scores of the region - like a bed file or txt file output.
Thanks again for developing such a nice tool!
Best,
Noura
The text was updated successfully, but these errors were encountered: