batch_norm_df | R Documentation |
Normalization data by the median value of each batch in a data.frame
batch_norm_df(object, test = FALSE, verbose = TRUE)
object |
A data.frame object. The first two columns are "ID" and "Batch", the remaining columns for batch normalization |
test |
test the function for the first 20 columns. |
verbose |
print log information. |
A data.frame object after normalization.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.