We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b62293f commit 60caba8Copy full SHA for 60caba8
polykit/analysis/contact_maps.py
@@ -624,7 +624,7 @@ def coolify(contact_matrix,
624
assert binsize*nbins == sum(chrom_sizes), "Chromosome sizes do not match map dimensions"
625
626
bins = cooler.binnify(chrom_sizes, binsize)
627
- bins['weight'] = np.ones(nbins) * np.sqrt(2/nbins)
+ bins['weight'] = np.ones(nbins)
628
629
pixels = cooler.create.ArrayLoader(bins, contact_matrix, chunksize=chunksize)
630
0 commit comments