JiamanZhang / Lab_GCs_paper_codes

Lab_GCs_paper_codes
MIT License
5 stars 2 forks source link

TADs analysis #3

Open zcq23 opened 1 month ago

zcq23 commented 1 month ago

Hi, I would like to know what the specific process of TADs analysis is like, because although you have uploaded some of the code related to TADs, how some input files are obtained, and how the DI algorithm should be used (the existing DI algorithm I found is domaincall_software in PSYCHIC, but the instructions make me confused), thank you veryyyyyyyyyyyyyyyyyyyy much, please😭

JiamanZhang commented 1 month ago

Hi, the DI algorithm for TAD identification were obtained from Dixon, Nature, 2012 (https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3356448/). And, the domaincall_software in PSYCHIC (for hierarchy TADs) is for identificatiion of promoter-enhancer interactions.

zcq23 commented 1 month ago

Hi, the DI algorithm for TAD identification were obtained from Dixon, Nature, 2012 (https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3356448/). And, the domaincall_software in PSYCHIC (for hierarchy TADs) is for identificatiion of promoter-enhancer interactions.

It seems that the article only introduced the principle of DI algorithm, but did not give the corresponding analysis code😭I do not know that you have the relevant code, can generate DI score file and the subsequent input HMM to identify TADs and calculate IS score? Thank you very much indeed!

JiamanZhang commented 1 month ago

OK, you can get the original public code of the DomainCaller in http://bioinformatics-renlab.ucsd.edu/collaborations/sid/domaincall_software.zip and download the public code related to IS score (matrix2insulation.pl, https://github.com/dekkerlab/cworld-dekker). And, more details for identification of TADs could be seen in Methods sections in https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8917667/.

zcq23 commented 1 month ago

OK, you can get the original public code of the DomainCaller in http://bioinformatics-renlab.ucsd.edu/collaborations/sid/domaincall_software.zip and download the public code related to IS score (matrix2insulation.pl, https://github.com/dekkerlab/cworld-dekker). And, more details for identification of TADs could be seen in Methods sections in https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8917667/.

Thank you very much for your quick reply, which was very encouraging and helpful to me. But I find that http://bioinformatics-renlab.ucsd.edu/collaborations/sid/domaincall_software.zip has 404 not found, I was wondering if you had encountered this kind of situation? Please, thank you really so much!!