normalize | R Documentation |
Remove systematic bias before differential analysis. Skip this step if the user is convinced of the comparability between reactivities.
normalize(r, fake0 = FALSE, plotfile = FALSE, ncores = "auto", verbose = TRUE)
r |
Initialized reactivities from |
fake0 |
A logical variable indicating whether there are a substantial number
of fake 0's in reactivities ( |
plotfile |
File name of plot of details. Set to |
ncores |
Number of cores for parallel computation. Automatically determined by default. |
verbose |
A logical variable indicating whether to print details ( |
Users should inspect normalized reactivities carefully.
A list containing the following components:
r |
Normalized reactivities. |
fit |
The fitted model for the normalization. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.