Hi Olga,
> You are probably thinking fragment-resolution.
I actually have no idea what it means or why do we need a restriction map :( I've read the Wiki but it didn't become much clearer.
What I'm trying to do is run differential loop detection for several cancer & normal samples. I'm trying to run HiCCUPs (which didn't run as part of Juicer since I didn't have GPU) and HICCUPs-diff, and also motifs - although I'm not sure if that's possible without the matched ChIP-seq experiments?
Here's an example of "inter_30.txt" file that I have and the command that was run:
Experiment description: Juicer version 1.6; BWA 0.7.17-r1188; 32 threads; openjdk version "11.0.17" 2022-10-18; /nfs/cellgeni/Juicer//scripts/juicer.sh -D /nfs/cellgeni/Juicer/ -d /lustre/scratch126/cellgen/cellgeni/tickets/tic-1997/data/MY_200531_12930315 -z /nfs/cellgeni/Juicer/references/GRCh38_v32_modified.fa -y /nfs/cellgeni/Juicer/restriction_sites/GRCh38_v32_modified_Arima.txt -t 32 -p /nfs/cellgeni/Juicer/references/GRCh38_v32_modified.chrom.sizes -g /nfs/cellgeni/Juicer/references/GRCh38_v32_modified.chrom.sizes
Sequenced Read Pairs: 452,127,408
Normal Paired: 285,227,765 (63.09%)
Chimeric Paired: 138,275,409 (30.58%)
Chimeric Ambiguous: 26,042,296 (5.76%)
Unmapped: 2,581,938 (0.57%)
Ligation Motif Present: 0 (0.00%)
Alignable (Normal+Chimeric Paired): 423,503,174 (93.67%)
WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance.
WARN [2023-01-20T01:47:19,086] [Globals.java:138] [main] Development mode is enabled
Unique Reads: 268,181,460 (59.32%)
PCR Duplicates: 152,958,908 (33.83%)
Optical Duplicates: 2,362,806 (0.52%)
Library Complexity Estimate: 428,688,650
Intra-fragment Reads: 0 (0.00% / 0.00%)
Below MAPQ Threshold: 41,615,413 (9.20% / 15.52%)
Hi-C Contacts: 226,566,047 (50.11% / 84.48%)
Ligation Motif Present: 0 (0.00% / 0.00%)
3' Bias (Long Range): 50% - 50%
Pair Type %(L-I-O-R): 25% - 25% - 25% - 25%
Inter-chromosomal: 45,705,964 (10.11% / 17.04%)
Intra-chromosomal: 180,860,083 (40.00% / 67.44%)
Short Range (<20Kb): 87,445,722 (19.34% / 32.61%)
Long Range (>20Kb): 93,373,677 (20.65% / 34.82%)
From the looks of it, intra-fragment reads are exactly 0, so probably the map was not included? Also HICCUPs generates messages "Data not available for chr1 at 5000 resolution" for all the default resolutions (5k, 10k, 25k) - could you please suggest what can be changed in the command for it to work?
Thank you very much in advance!
-- Alex