-
Notifications
You must be signed in to change notification settings - Fork 115
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
Track for loops #47
Comments
This feature is already in development and part of the branch 'longrangecontacts' of HiCExplorer. It is implemented as a |
Of course, no worries, thank you! I was just thinking of adding a new option for the links track myself, actually, but I suppose I'll just wait for when you add it then. |
BTW a little rough around the edges, but I actually made a custom track for now, and it seems to work fine.
|
Hi, I was also trying to load loop tracks overlaid onto HIC maps... has support for bedpe files been implemented in the latest release of pyGenomeTracks? |
Hi, |
Hi, I am happy to submit a PR, but haven't used it for ages... And as it turns out, pyGenomeTracks now requires python>=3.6 and I am running 3.5, so would have to solve that to test it. So if you want to check that it actually works yourself and fix any potential problems, I am happy to contribute. This implementations draws rectangles corresponding to each loop. |
@Phlya , no problem. It is just that I prefer you appear as a contributor. Please, just copy paste it in a file in the tracks folder in a branch of your repo and I will pull it and make it work. |
It's in my master branch, if that's OK. |
Pefect I am working on it. |
deprecations in preperation for a new 4.0 release. During the years we have introduced several ways to enable/disable settings. We have used on/off, yes/no, 0/1, true/false. From now on we recommend to only use true/false so that we can unify our config files and make it more intuitive for all pgt-users. We also removed all 2 word items and concatenate them now by `_` (#132). For example `line width` is now `line_width`. Thanks @LeilyR! Features: * Every config is now checked for syntax errors before anything is executed (@lldelisle) * Added the possibility to merge transcripts into one single gene representation when using gtf (@lldelisle) * Added the possibility to rasterize bedgraph plots (@lldelisle) * Added the possibility to use summary functions on bedgraphs (@lldelisle) * Generate an empty track if a requested region is not in the given track-files. Fixed #120 (@LeilyR) * Generate an empty track if a chromosom is missing in bedgraph files. Fixed #120 * Improved UCSC style for intron arrows (@lldelisle) * Flybase style now supports color_utr and height_uts (@lldelisle) * A new tracktype `hlines` was added (@lldelisle) * Allow to plot the arcs of the links with a color scale based on scores as proposed in #30 (@lldelisle) * Allow to plot rectangle on a heatmap for loops. Fixed #47 (@Phlya, @lldelisle) * A lot of HiC Matrix improvements (@lldelisle) * The `alpha` property can now be used nearly everywhere (@lldelisle) Also checkout our updated [readme](). Merry Xmas and a happy new year! The PGT team!
Hi, would be great to have a new track type for showing loops on Hi-C data. For example, a bedpe file could be used to plot rectangles (and this could include plotting TADs, if the coordinate pairs are the same). Something like this:
http://higlass.io/app/?config=AJQIPRFlREeqK2a1pciz_g
The text was updated successfully, but these errors were encountered: