View source: R/normalization.R
normLength | R Documentation |
Reducing the RMS readcount bias that is due to fragment length.
normLength(rms.obj, max.train = 1000, readcount.low = 1, verbose = TRUE)
rms.obj |
A |
max.train |
Integer indicating maximum number of data points used to train the loess model. |
readcount.low |
Lowest readcount considered as valid when training loess model. |
verbose |
Logical, if TRUE text is written to the Console during computations. |
RMS amplicon signals (readcounts) usually have some bias due to varying lengths. This function attempts to remove this bias. It has been described in detail in Snipen et al, 2019.
An rms object similar to rms.obj
, but where the Readcount.mat
matrix has been normalized, columnwise.
Lars Snipen.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.