XiaoTaoWang / TADLib

A Library to Explore Chromatin Interaction Patterns for Topologically Associating Domains
GNU General Public License v3.0
40 stars 11 forks source link

Empy plot while visualizing #26

Open IsMM15 opened 7 months ago

IsMM15 commented 7 months ago

Hello! I am trying to plot the output of HiTAD after running it on a single resolution .cool file, however when I try to visualize it by following the steps on the tutorial, no figure comes out, only after running Triangle() the output is <Figure size 504x252 with 0 Axes>. I leave the code i'm using below. Any guess on what might be happening?

from tadlib.visualize.heatmaps import * vis=Triangle('T_50k.cool','chr13',110800000,112000000) vis.matrix_plot() vis.plot_TAD('TADS_6.txt',linewidth=1.5) vis.show()

Captura de Pantalla 2024-04-12 a la(s) 17 51 31

Thanks!