:point_down: HiCorr on micro-C
April 1, 2025 ยท View on GitHub
- Download the code from this repository, "bin/microC/"
- Download the reference files for micro-C (mm10/hg19 genome build)
wget --no-check-certificate https://hiview10.gene.cwru.edu/public/DeepLoop_ref/microC_HiCorr.tar.gz
# old path: http://hiview.case.edu/ssz20/tmp.HiCorr.ref/microC_HiCorr.tar.gz
tar -xvf microC_HiCorr.tar.gz
chmod 775 HiCorr/bin/microC/*
- Check the preprocessing for micor-C data (mapping, fragments filter, outs are cis and trans 500bp fragment loops)
- Run HiCorr on micor-C data:
bash HiCorr_micro-C.sh microC_ref/ bin/microC/ <frag_loop.name.cis> <frag_loop.name.trans> <outputname> <hg19/mm10>
# specify the path of downloaded unzipped reference file and scripts
# input two fragment loop files genrated from preprocessing step
# specifiy outputname prefix
# specify genome build, the provided reference only include hg19 and mm10