Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Phlya/coolpuppy
Browse files Browse the repository at this point in the history
  • Loading branch information
Phlya committed Jan 11, 2019
2 parents 5c8b8a8 + 0f54c3c commit 968e5c8
Show file tree
Hide file tree
Showing 2 changed files with 454 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@

.**cool** file **p**ile-**up**s with **py**thon.

A versatile tool to perform pile-up analysis on Hi-C data in .cool format (https://github.com/mirnylab/cooler). And who doesn't like cool pupppies?

`pip install coolpuppy` will make coolpup.py callable in your terminal.

This is the idea of how pileups work, in case you are checking whether certain regions tend to interacts with each other:

A versatile tool to perform pile-up analysis on Hi-C data in .cool format (https://github.com/mirnylab/cooler). And who doesn't like cool pupppies?
`pip install coolpuppy` will make coolpup.py callable in your terminal.
<img src="https://github.com/Phlya/coolpuppy/blob/master/loop_quant.svg" width="400">

What's not shown here is normalization to the expected values, done here by dividing the pileups by randomly shifted control regions. In the future dividing by expected values from whole-chromosome by-diagonal average will be possible.

```
Usage: coolpup.py [-h] [--pad PAD] [--minshift MINSHIFT] [--maxshift MAXSHIFT]
Expand Down
Loading

0 comments on commit 968e5c8

Please sign in to comment.