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 8235f65 commit b59b182Copy full SHA for b59b182
polykit/analysis/contact_maps.py
@@ -603,6 +603,9 @@ def coolify(data,
603
Simulated contact map (in dense numpy.ndarray format)
604
cool_uri : str
605
Name of .cool file to be created (excluding extension)
606
+ chrom_dict : dict
607
+ Dictionary of chromosome lengths, in the form {'chr1':size1, ...}
608
+ If unspecified, assumes the map spans a single chromosome
609
binsize : int
610
Map resolution in bp (i.e., genomic size of each simulated monomer)
611
chunksize : int
@@ -631,3 +634,4 @@ def coolify(data,
631
634
clr = cooler.Cooler(cool_uri)
632
635
633
636
return clr
637
+
0 commit comments