Learn R Programming

metamorphr (version 0.3.0)

normalize_quantile_all: Normalize intensities across samples using standard Quantile Normalization

Description

This is the standard approach for Quantile Normalization. Other sub-flavors are also available:

  • normalize_quantile_group

  • normalize_quantile_batch

  • normalize_quantile_smooth

See References for more information.

Usage

normalize_quantile_all(data)

Value

A tibble with intensities normalized across samples.

Arguments

data

A tidy tibble created by read_featuretable.

References

Y. Zhao, L. Wong, W. W. B. Goh, Sci Rep 2020, 10, 15534, DOI 10.1038/s41598-020-72664-6.

Examples

Run this code
toy_metaboscape %>%
  normalize_quantile_all()

Run the code above in your browser using DataLab