question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

cooler supporting 5C data

See original GitHub issue

@nvictus what is the current state of the support for the 5C type of data in cooler? Is the 5C support on the cooler development roadmap?

My understanding of the problem is limited at the moment, but @betulakgol PhD student in the Lab is trying to find workarounds to make 5C data work with cooler and eventually HiGlass. From our perspective it seems like supporting gaps in bins-layout has the highest priority for now … Such that list of bins like that is a valid bin-layout:

chr1	30000	45000
chr1	45000	60000
chr1	60000	75000
chr1	75000	90000
chr1	90000	105000
chr1	183000	198000
chr1	198000	213000
chr1	213000	228000

Given the 5C experiment was done on regions chr1:30000-90000 and then chr1:183000-228000.

Just in case, this is a collection of issues that seems related to application of cooler to 5C type of data: https://github.com/mirnylab/cooler/issues/98 https://github.com/mirnylab/cooler/issues/84 https://github.com/mirnylab/cooler/issues/81 https://github.com/mirnylab/cooler/issues/80

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
betulakgolcommented, Jun 5, 2018

It worked. Thank you very much for your help!

Best, Betul

2018-06-04 19:01 GMT-04:00 Nezar Abdennur notifications@github.com:

Hi Betul,

It looks like all your regions are there, they just aren’t where you expect. It’s because currently the chrom sizes you use in the cooler need to match what higlass expects, or else you need to upload a different coordinate system to higlass and use it instead.

Try reloading your coolers with this https://raw.githubusercontent.com/pkerpedjiev/negspy/master/negspy/data/hg19/chromSizes.tsv chromsizes file. e.g.

cooler dump --join .cool | cooler load -f bg2 --count-as-float hg19.chrom.sizes:1875 - <output>.cool

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mirnylab/cooler/issues/104#issuecomment-394527140, or mute the thread https://github.com/notifications/unsubscribe-auth/AC9N1fev8P1hqn-HeuyvMfhyK2p6MnEvks5t5bwzgaJpZM4Ruikj .

0reactions
nvictuscommented, Jun 4, 2018

Hi Betul,

It looks like all your regions are there, they just aren’t where you expect. It’s because currently the chrom sizes you use in the cooler need to match what higlass expects, or else you need to upload a different coordinate system to higlass and use it instead.

Try reloading your coolers with this chromsizes file. e.g.

cooler dump --join <input>.cool | cooler load -f bg2 --count-as-float hg19.chrom.sizes:1875 - <output>.cool
Read more comments on GitHub >

github_iconTop Results From Across the Web

Concepts — cooler 0.8.11 documentation
Cooler methods return data selectors. Those include selecting tables and matrices (see below). Data selectors don't retrieve any data from disk until ...
Read more >
Cooler: scalable storage for Hi-C data and other genomically ...
Cooler is based on HDF5 and is supported by a Python library and command ... (2015) HiFive: a tool suite for easy and...
Read more >
Processor Cooling Solutions | Wraith Coolers
AMD offers various types of near-silent cooling solutions bundled with select Athlon™ and Ryzen™ processors. Learn More about AMD Wraith Coolers!
Read more >
10 K Pulse Tube Cooler Performance Data
The 10 K EM cooler performance has been mapped at different input power levels, heat rejec- tion temperatures and cooling loads at the...
Read more >
Data Center Liquid Cooling | Simple, Scalable, Sustainable
Our water cooling solutions support more than 1,000 watts TDP and—compared with industry-leading microchannel cold plates—boast a threefold reduction in thermal ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found