hic_scale: Perform library scaling on a hicexp object

Description Usage Arguments Details Value Examples

View source: R/library_scaling.R

Description

Perform library scaling on a hicexp object

Usage

1
hic_scale(hicexp)

Arguments

hicexp

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.

Value

A hicexp object.

Examples

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

jstansfield0/HiCcompare2 documentation built on May 4, 2021, 8:36 a.m.