normalizeRS: Normalize Repli-seq assay

Description Usage Arguments Value

View source: R/normalizeRS.R

Description

Calculate Repli-seq assay count matrices after normalizing (dividing counts by ratios)

Usage

1
normalizeRS(rs_assay, norm_ratios, round_digits = 3)

Arguments

rs_assay

a Repli-seq assay (data.frame) loaded with readRS() and formatted as chr,start,stop,S1,...,Sx

norm_ratios

an array with the ratios in the order of rs_assay fractions

round_digits

amount of digits after comma to conserve in the output when rounding (default = 3)

Value

a Repli-seq assay after normalizing (dividing fractions by ratios) as a data.frame and formatted as chr,start,stop,S1,...,Sx


CL-CHEN-Lab/RepliSeq documentation built on Sept. 11, 2021, 12:04 p.m.