auc: Area Under the Curve (AUC)

View source: R/auc.R

aucR Documentation

Area Under the Curve (AUC)

Description

Summarize grouped chromatographic data (windowed chromatograms), returning the RT window as well as overall and baseline-corrected integrals.

Usage

auc(chromdata)

Arguments

chromdata

Tibble with columns rt and intensity, pre-grouped by peak (e.g. by ROI.)

Value

A summary of the input tibble with additional columns: rt_min, rt_max, into (integral overall), intb (integral baseline-corrected)

Examples


areas_rois <- xics %>%
 group_by(roi) %>%
 auc()

octopode/tidychrom documentation built on Nov. 2, 2022, 1:32 a.m.