normalize: Normalize data

Description Usage Arguments Author(s) See Also

View source: R/normalize.R

Description

Normalize a table of label or label free data. The function will calculate the type e.g. median of all numeric columns and subtract the median from the intensity value.

Usage

1
normalize(table = NULL, type = "median")

Arguments

table

a data.frame/table.

type

what type of normalization? Can be any function that processes numeric vectors. Default is median.

Author(s)

Frederik

See Also

Other statistics: mttest(), scatter


frhl/genoppi-package documentation built on Jan. 25, 2020, 4:37 p.m.