powered by
Removes peaks on a sample list given a peak interval.
remove_peaks_interval_sample_list(sample.list, peak.val.min, peak.val.max)
list of data frames with the samples' peaks.
minimum peak value.
maximum peak value.
Returns the sample list with the filtered peaks.
# NOT RUN { ## Example of removing a interval of peaks in a sample list data(propolisSampleList) samples.list = remove_peaks_interval_sample_list(propolisSampleList, 2, 8.05) # }
Run the code above in your browser using DataLab