Closed Knetsy closed 8 months ago
Juicer and FAN-C just happen to use the same file extension. FAN-C output is not compatible with tools that expect a Juicer .hic
format. You can either try to convert to a Juicer file using fanc to-juicer
on the .pairs
file from FAN-C, or directly use a Juicer preprocessing pipeline.
Hello,
I have successfully run
fanc auto
on my fastq files and I got indeed .hic files. I would like to use theplotgardener
R package to plot Hi-C data but I got an error that says "Hi-C magic string is missing, does not appear to be a hic file." Could you please indicate me how to have proper .hic files? I tried thefanc subset
command to extract contacts from a specific chromosome and then try to load this .hic files using theplotgardener
R package and I got the same error.Thank you.
Best,
Deborah