Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add schematic and a short explanation
  • Loading branch information
Phlya authored Jan 10, 2019
1 parent fd3fadb commit 0f54c3c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ A versatile tool to perform pile-up analysis on Hi-C data in .cool format (https

`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:

<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

0 comments on commit 0f54c3c

Please sign in to comment.