Question about RE-agnostic mode for intact Hi-C and Micro-C normalization(HiCDCPlus)
0
0
Entering edit mode
@01cac7b9
Last seen 1 hour ago
Singapore

I am using HiCDCPlus to normalize intact Hi-C data (MNase-based, from ENCODE: ENCFF091YKP, HUVEC cells, 10kb resolution, hg38). I'm experiencing poor z-score distribution compared to in-situ Hi-C data, despite extensive parameter tuning, and I hope you can provide guidance.

Problem Description

When using feature_type="RE-agnostic" for intact Hi-C data, the z-score distribution shows a sharp peak at zero with rapid decay, unlike the smooth bell-shaped distribution observed with RE-based in situ Hi-C data. I don't know what I should do to increase the preprocessing performance.

Attempts that didn't help

  1. Increasing ssize from 0.01 to 0.9: sigma only changed from 1.35 to 1.30
  2. Adding mappability bigWig: minimal improvement
  3. Adding nuclease cleavage frequency: sigma improved to 1.30 but distribution shape unchanged
  4. Filtering gc=map=0 interactions: no significant change ```r # My code construct_features( feature_type = "RE-agnostic", wg_file = "k50.Umap.MultiTrackMappability.bw" )

gi_list <- add_1D_features(gi_list, mnase_cleavage_data) gi_list <- expand_1D_features(gi_list) gi_list <- gi_list[mcols(gi_list)$mnase_cleavage != 0]

gi_list <- HiCDCPlus_parallel( gi_list, covariates = c("gc", "map", "mnase_cleavage"), model_distribution = "nb", ssize = 0.9, df = 6, Dmin = 0, Dmax = 2e6 )

Session info

sessionInfo() ``` enter image description here

HiC HiCDCPlus • 11 views
ADD COMMENT

Login before adding your answer.

Traffic: 1079 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6