Compute Vanilla Count or Vanilla Count square root correction normalization on hic maps.
Arguments
- hic.cmx
<contactMatrix>: The HiC maps chunk to normalize.
- qtlTh.num
<numerical>: The threshold quantile below which the bins will be ignored. (Default 0.15)
- sqrt.bln
<logical>: Whether the square root must be apply. (Default TRUE)
Examples
# Data
data(HiC_Ctrl.cmx_lst)
HiC_Ctrl_VC.cmx <- VCnorm(HiC_Ctrl.cmx_lst[["2L_2L"]])
HiC_Ctrl_VC_SQRT.cmx <- VCnorm(HiC_Ctrl.cmx_lst[["2L_2L"]], sqrt.bln = TRUE)