scaling | R Documentation |
This function performs column and row-wise normalization.
scaling(data)
data |
A data matrix with rows including proteins and fractions along the columns. |
scaling
Scaled data matrix.
Matineh Rahmatbakhsh, matinerb.94@gmail.com
# Load the co-elution data data("exampleData") # Normalize the data datOut <- scaling(exampleData)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.