deeptools / HiCExplorer

HiCExplorer is a powerful and easy to use set of tools to process, normalize and visualize Hi-C data.
https://hicexplorer.readthedocs.org
GNU General Public License v3.0
223 stars 68 forks source link

hicPlotMatrix "--region 1:10000000-50000000" option is abnormal #868

Open JiaoLaboratory opened 10 months ago

JiaoLaboratory commented 10 months ago

Welcome to the HiCExplorer GitHub repository! Before opening the issue please check that the following requirements are met :

Retry your command, is it solved now? If not please continue with the following:

hicConvertFormat -m ../inter_30.hic --inputFormat hic --outputFormat cool -o matrix.cool -resolutions 100000

hicPlotMatrix -m matrix_100000.cool -o matrix_100000.cool_chr1.png --clearMaskedBins --log1p --region 1 image

While when i use the --region option: hicPlotMatrix -m matrix_100000.cool -o matrix_100000.cool_chr1_10M_50M.png --clearMaskedBins --log1p --region 1:10000000-50000000

the map looks logged . image could you give me some advice? what happend?

lldelisle commented 10 months ago

Hi, It seems to be a bug between --region and --clearMaskedBins. Can you try without --clearMaskedBins? Unfortunately we are lacking man power to address this issue. Is plotting triangle instead of square possible for you? If yes, please, use pyGenomeTracks, I think we don't have this bug.