CalculatePeakMaxIntensity: Compute maximum intensity of each transition peak in a peak...

Description Usage Arguments Value Examples

Description

The function takes a peak group of class peakObj as input and returns a numeric vector of maximum intensity for individual transition peaks in the peak group.

Usage

1

Arguments

peak

A peak group of class peakObj

Value

A numeric vector of maximum intensity for individual transition peaks in the peak group

Examples

1
2
peak <- data.CSF$data$PeakGroup[[1]]
transition.max.intensities <- CalculatePeakMaxIntensity(peak)

shadieshghi/TargetedMSQC documentation built on May 13, 2019, 12:20 p.m.