Learn R Programming

OmicsPrepR (version 0.1.1)

normalize_omics: Normalize Omics Data

Description

Normalize Omics Data

Usage

normalize_omics(data, method = c("zscore", "log2"))

Value

Normalized data frame.

Arguments

data

A numeric data frame of omics values.

method

Normalization method ("zscore", "log2", "quantile").