View source: R/MLMSfunctions.R
intensity_similarity_check | R Documentation |
intensity_similarity_check: function that checks specified peaks for similarity in intensity values
intensity_similarity_check(
vendAmpl,
amplName,
peakNr.vec,
relDiff.thresh = 0.1,
ID1
)
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 |
list that contains TRUE/FALSE if intensities are within specified threshold and a dataframe of the peak numbers and intensities analyzed
Usage Example
intensity_similarity_check(vend.df$Ampl_44,"Ampl_44",c(1,2,4,5,16),0.1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.