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
when I use HiCPeaksCoverage to show loops above heatmap body in style of triangular. Only two of all 11 loops are shown, while if we use heatmap body in style of matrix, all loops were shown.
Another associated problem came from Arcs function with/without diameter_to_height, as you can seen from the tracks, Loop 1 only shows two loops.
Another question came from loops in upper or lower showing above the heatmap. The key code line is HandArc = HiCPeaksCoverage(HandLoop,color="black",line_width=1,score_to_width=1,side="upper"). I have set side='upper', while the output is still confusing. It is OK if side='both'. It will be quite clean if we can show loops only in one side.
Hi @Nanguage
Question 1 and 2
I am trying to use
CoolBox
to plot loops above the heatmap likeJuiceBox
(https://github.com/aidenlab/Juicebox/wiki/Loading-Annotations-(Annotations-menu)). While, I found sever bugs.HiCPeaksCoverage
to show loops above heatmap body in style oftriangular
. Only two of all 11 loops are shown, while if we use heatmap body in style ofmatrix
, all loops were shown.Arcs
function with/without diameter_to_height, as you can seen from the tracks, Loop 1 only shows two loops.The Loop bedpe file are:
My code is:
The figure is:
The text was updated successfully, but these errors were encountered: