Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hicFindTADs difficult to distinguish different TADs #896

Open
wangguiqian opened this issue Mar 20, 2024 · 3 comments
Open

hicFindTADs difficult to distinguish different TADs #896

wangguiqian opened this issue Mar 20, 2024 · 3 comments

Comments

@wangguiqian
Copy link

I haven't had a problem that hasn't been solved yet. Why is it so difficult to distinguish different TADs in the picture I took? The binsize about is 1K.
when I used the original V991.hic_matrix.h5 to obtain TADs, I also found that the boundaries and distinctions of TADs were difficult to distinguish. Is it because the binsize I initially set is wrong? Or is there an error somewhere? How do I know how to set the binsize size when running hicBuildMatrix to build an h5 matrix?

I use this command to display TADs:
hicFindTADs -m V991.hic_matrix.h5 --outPrefix TADs/V991_min9000_max_30000_step4500_fdr --minDepth 9000 --maxDepth 30000 --step 4500 --thresholdComparisons 0.05 --delta 0.01 --correctForMultipleTesting

hicPlotTADs --tracks Trach.ini --region Hic1:1-4000000 --dpi 300 --outFileName V991_Hic1_TADs.pdf --title "TADs_Hic1"

The V991_Hic1_TADs.pd show:
image

@joachimwolff
Copy link
Collaborator

joachimwolff commented Mar 20, 2024 via email

@wangguiqian
Copy link
Author

Hi Joachim,

When I use this command to merge binsize:
hicMergeMatrixBins -m 1C32.hic_matrix.h5 -o 1C32_hic_5kmatrix.h5 -nb 5

There is no problem when visualizing a chromosome, but it is still difficult to distinguish TAD when calling TAD.
hicPlotMatrix -m 1C32_hic_5kmatrix.h5 -o 1C32_5k-HiC_scaffold_1-plot.pdf --chromosomeOrder HiC_scaffold_1 --log1p --clearMaskedBins
The 1C32_5k-HiC_scaffold_1-plot.pdf show:
image

At present, the problem is that I don’t know how to set the binsize in terms of TAD and TAD boundary division. Or is there something wrong with the hicFindTADs command parameter setting? Is it a problem with the parameter settings of minDepth and maxDepth?

hicFindTADs -m 1C32_hic_5Kmatrix.h5 --outPrefix TADs_5K/1C32_min20000_max30000_step7500 --minDepth 20000 --maxDepth 30000 --step 7500 --thresholdComparisons 0.05 --delta 0.01 --correctForMultipleTesting fdr -p 10

The phone show:

image

Thank you very much for your help.
Best,
Kevin

@joachimwolff
Copy link
Collaborator

joachimwolff commented Mar 22, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants