Description Usage Arguments Value
View source: R/normalizeCoProDat.R
Normalize CoPRO data
1 | normalizeCoProData(dat, method = "genomeWideLinModel")
|
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. |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.