calculatePeaks_gui {strvalidator} | R Documentation |
Calculate Peaks
Description
GUI wrapper for the calculatePeaks
function.
Usage
calculatePeaks_gui(
env = parent.frame(),
savegui = NULL,
debug = FALSE,
parent = NULL
)
Arguments
env |
environment in which to search for data frames. |
savegui |
logical indicating if GUI settings should be saved in the environment. |
debug |
logical indicating printing debug information. |
parent |
widget to get focus when finished. |
Details
Counts the number of peaks in samples and markers with option to discard off-ladder peaks and to label groups according to maximum number of peaks.
Value
TRUE
See Also
[Package strvalidator version 2.4.1 Index]