normalize_data | R Documentation |
Normalize quantification data
normalize_data( data, method = c("median", "density", "vsn"), norm_to = NULL, norm_on_subset = NULL, main = "Data" )
data |
Table of quantifications with samples in columns and features in rows. |
method |
Method how data should be normalized. Select between "median","density","vsn". By default set to "median". |
norm_to |
Optional: specify to which intensity all samples should be normalized. By default set to NULL indicating that samples are normalized to the average of samples. |
norm_on_subset |
Optional: numeric vector of rows on which normalization factors should be determined (e.g. expected constant background) |
main |
Titel of plots |
Normalize quantification data
Table with normalized quantifications and density plots.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.