batch_norm_df: batch normalization for a data.frame

View source: R/process.R

batch_norm_dfR Documentation

batch normalization for a data.frame

Description

Normalization data by the median value of each batch in a data.frame

Usage

batch_norm_df(object, test = FALSE, verbose = TRUE)

Arguments

object

A data.frame object. The first two columns are "ID" and "Batch", the remaining columns for batch normalization

test

test the function for the first 20 columns.

verbose

print log information.

Value

A data.frame object after normalization.


XikunHan/metabolomicsR documentation built on Feb. 7, 2024, 1:17 p.m.