View source: R/library_scaling.R
hic_scale | R Documentation |
Perform library scaling on a hicexp object
hic_scale(hicexp)
hicexp |
A hicexp object. |
This function will perform library scaling on a hicexp object. Scaling is performed separately for each chromosome. This is an alternative normalization method to the cyclic loess and fastlo methods also provided in multiHiCcompare. Use this normalization method if for some reason you do not want to remove trends in the data and only want to normalize based on library size.
A hicexp object.
data("hicexp2") hicexp2 <- hic_scale(hicexp2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.