norm_iso: Normalize Isotopes to the Sum

Description Usage Arguments Examples

View source: R/norm_iso.R

Description

Adds columns of normalized isotopes

Usage

1
norm_iso(dat)

Arguments

dat

a data frame containing columns of all individual isotopes ("M_0" etc.) and "Sum"

Examples

1
2
3
4
df <- df_tidy %>%
  spread(., "isotope", "abundance") %>%
  as.data.frame(.) %>%
  norm_iso(.)

tsoleary/proteomixr documentation built on July 19, 2019, 8:37 a.m.