ay-lab / dcHiC

dcHiC: Differential compartment analysis for Hi-C datasets
MIT License
57 stars 10 forks source link

Support for other genomes: #46

Closed Nico-FR closed 1 year ago

Nico-FR commented 1 year ago

Hello,

I would like to use dcHiC on cow.

However it is not clear how is made the TSS file. In the "Technical Specifications" section, you give an exemple for hg38.tss.bed but it is a gtf file. Cow golden path: https://hgdownload.cse.ucsc.edu/goldenpath/bosTau9/bigZips/

So, how to make this tss.bed file ? Is it just a 2 columns table with chromosome, TSS position? 3 columns, chr, start and end?

Thanks

Nico-FR commented 1 year ago

Ok, I found the solution by analysing the code.

The .refGene.gtf.gz is needed and your script will generate the .tss.bed

You should mention it in the section to avoid that kind of issues.

ay-lab commented 1 year ago

Apologies about the lack of clarity. I just updated the documentation to reflect this!