-
Continue the discussion in #104 , I wonder how to normalize the matrix with non-fixed bin sizes like this:
Just to make sure, cooler already supports fetching contact matrices based on variable bin-size, right? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You can normalize the variable binsize data just like a usual contact map by calculating normalization factors
Yes. |
Beta Was this translation helpful? Give feedback.
You can normalize the variable binsize data just like a usual contact map by calculating normalization factors$w_i$ associated with each bin $i$ , such that $N_{ij} = A_{ij}w_{i}w_{j}$ . For matrix balancing, this would give each custom bin equal "visibility". Depending on your research question, this may be appropriate. If you want to normalize genomic coverage, then you are better off binning the data uniformly.
Yes.