normalizeCoProData: Normalize CoPRO data

Description Usage Arguments Value

View source: R/normalizeCoProDat.R

Description

Normalize CoPRO data

Usage

1
normalizeCoProData(dat, method = "genomeWideLinModel")

Arguments

dat

the CoPRO data in data.table format

method

what algorithm to use to normalize the data. Currently the only supported algorithm is genome-wide linear model fit.

Value

the normalized CoPRO data, plus an additional column tot for total (i.e., normalized C + U) reads. All rows with a value of 0 for tot are removed. The column R is also removed.


Timothy-Barry/coproanalysis documentation built on Feb. 12, 2020, 7:33 a.m.