--
You received this message because you are subscribed to the Google Groups "3D Genomics" group.
To unsubscribe from this group and stop receiving emails from it, send an email to 3d-genomics...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/3d-genomics/f37813bf-b060-4796-9cd5-9e0ba82b42a6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "3D Genomics" group.
To unsubscribe from this group and stop receiving emails from it, send an email to 3d-genomics...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/3d-genomics/2ef61edb-7789-4749-82e1-87e0fa18b929%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
2 2 18.823747 2 1653 4.566572 2 2523 3.511228 3 84 26.194900 4 4 8.937747 4 5 8.464398
We output via Dump and Straw in a triplet sparse format. It looks the same to me but it might be best to ask to authors of HiTC.
On Mon, Apr 8, 2019 at 12:49 PM Helen <h....@har.mrc.ac.uk> wrote:
--Hi Neva,Thank you for getting back to me, I think the format it is expecting is "triplet sparse format". I think that should look like this.What is the relationship between the sparse matrix outputted by Juicer dump/straw and the triple sparse format here?Best wishes,Helen
On Monday, April 8, 2019 at 4:57:54 PM UTC+1, Helen wrote:I am interested in using the directionality index method to call TADs on my .hic matrices created with Juicer. I want to use HiTC but this requires a specific format. Is there a tool which I can use to convert the format? Alternatively does anyone have any advice about how best to achieve this?Thank you for your help.Best wishes,Helen
You received this message because you are subscribed to the Google Groups "3D Genomics" group.
To unsubscribe from this group and stop receiving emails from it, send an email to 3d-ge...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/3d-genomics/2ef61edb-7789-4749-82e1-87e0fa18b929%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Do they not divide by chromosome?
In any case you can divide by the resolution, e.g.
juicer_tools dump observed NONE ${hicfile} $chr $chr BP $res | awk -v res=$res '{$1=($1/res)+1; $2=($2/res)+1; print}' > chr${chr}_${res}.txt
The bin location listed is the beginning of the bin.
To unsubscribe from this group and stop receiving emails from it, send an email to 3d-genomics...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/3d-genomics/a27e81e3-309c-4a40-a21f-3ceca809d1fa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Do they not divide by chromosome?
In any case you can divide by the resolution, e.g.
juicer_tools dump observed NONE ${hicfile} $chr $chr BP $res | awk -v res=$res '{$1=($1/res)+1; $2=($2/res)+1; print}' > chr${chr}_${res}.txtThe bin location listed is the beginning of the bin.
To view this discussion on the web visit https://groups.google.com/d/msgid/3d-genomics/a27e81e3-309c-4a40-a21f-3ceca809d1fa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to 3d-genomics...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/3d-genomics/250f616b-ca13-47b9-8af2-960387bd438f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I meant that one could in theory specify genomic coordinates in an absolute sense so that the beginning of chromosome 2 was the length of chromosome 1 + 1 and so on. Hopefully they don't do this because it makes life complicated.
To view this discussion on the web visit https://groups.google.com/d/msgid/3d-genomics/250f616b-ca13-47b9-8af2-960387bd438f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.