Perform library scaling on a hicexp object

hic_scale(hicexp)

Arguments

hicexp

A hicexp object.

Value

A hicexp object.

Details

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.

Examples

data("hicexp2") hicexp2 <- hic_scale(hicexp2)