Compute Vanilla Count or Vanilla Count square root correction normalization on hic maps.
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"]], vcsqrt = TRUE)