You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/compute_powerlaw_fit_from_hic.py
+1-1
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ def do_powerlaw_fit(HiC):
109
109
# Juicebox output is in sparse matrix format. This is an attempt to get a "mean" hic_contact for each distance bin since we don't have the total # of bins available.
HiC_summary['hic_contact'] =HiC_summary.hic_contact/HiC_summary.hic_contact.sum() #technically this normalization should be over the entire genome (not just to maxWindow). Will only affect intercept though..
0 commit comments