higlass / higlass/clodius

mrmatrix: coarsen should create nan_values at each resolution?

Open
#62 1 comment 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
39
Forks
22
PR merge metrics
No merged PRs in 30d

Description

@pkerpedjiev : Am I understanding it correctly, that there should be a nan_values at each resolution? It is not producing that right now. Without that, it would still need to consult the large matrix at resolution 1 to calculate averages. Assign back to me if there's work to do.

`ts_to_mrmatrix_test.py`:
```
class ParseTest(unittest.TestCase):
def test_parse(self):
...
self.assertEqual(list(hdf5['resolutions']['1'].keys()), ['nan_values', 'values'])
...
self.assertEqual(list(hdf5['resolutions']['2'].keys()), ['values'])
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.