intensity_similarity_check: intensity_similarity_check: function that checks specified...

View source: R/MLMSfunctions.R

intensity_similarity_checkR Documentation

intensity_similarity_check: function that checks specified peaks for similarity in intensity values

Description

intensity_similarity_check: function that checks specified peaks for similarity in intensity values

Usage

intensity_similarity_check(
  vendAmpl,
  amplName,
  peakNr.vec,
  relDiff.thresh = 0.1,
  ID1
)

Arguments

vendAmpl

vector of amplitudes (as from vendor table)

amplName

label of the amplitude (as from vendor table)

peakNr.vec

vector of peak numbers of interest

relDiff.thresh

threshold for relative difference between intensities

Value

list that contains TRUE/FALSE if intensities are within specified threshold and a dataframe of the peak numbers and intensities analyzed

Examples

Usage Example
intensity_similarity_check(vend.df$Ampl_44,"Ampl_44",c(1,2,4,5,16),0.1)

lilyacb/MLMS documentation built on July 21, 2023, 4:12 a.m.