View source: R/MLMSfunctions.R
peak_times_pick | R Documentation |
peak_times_pick: function that gives the approximate peak start times
peak_times_pick(Int.mat, time.interval, z.thresh, reactionLabel)
Int.mat |
matrix of intensity values within the desired interval |
time.interval |
time values in the desired interval |
z.thresh |
z-value threshold for ThresholdAlgo |
reactionLabel |
label for the reaction (for plot generated showing peak start times) |
vector of average peak start times as found by ThresholdingAlgo and groupPickedTimes
Usage Example
peak_times_pick(v44Int.mat,interval.times)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.