Learn R Programming

MACP (version 0.1.0)

scaling: Column and Row-wise Normalization

Description

This function performs column and row-wise normalization.

Usage

scaling(data)

Value

Scaled data matrix.

Arguments

data

A data matrix with rows including proteins and fractions along the columns.

Author

Matineh Rahmatbakhsh, matinerb.94@gmail.com

Details

scaling

Examples

Run this code
# Load the co-elution data
data("exampleData")
# Normalize the data
datOut <- scaling(exampleData)

Run the code above in your browser using DataLab