powered by
This function performs column and row-wise normalization.
scaling(data)
Scaled data matrix.
A data matrix with rows including proteins and fractions along the columns.
Matineh Rahmatbakhsh, matinerb.94@gmail.com
scaling
# Load the co-elution data data("exampleData") # Normalize the data datOut <- scaling(exampleData)
Run the code above in your browser using DataLab