Skip to content

cooler.coarsen_cooler() is not functioning appropriately? #402

Closed Answered by nvictus
KunFang93 asked this question in Q&A
Discussion options

You must be logged in to vote

Without a reproducible example, I can't say for sure, but if I had to guess, it looks like in the chr17 case you might be passing a bin table restricted to chr17, which changes the bin IDs (i.e. the first bin of chr17 is now bin 0, etc.). That means you would have to relabel the bin IDs of your pixels accordingly.

Alternatively, use the same global bin table as the full matrix, but only store cis chr17 data in it. Then you don't need to relabel any bins.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@KunFang93
Comment options

Answer selected by KunFang93
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #320 on March 08, 2024 19:55.