powered by
Calculates the number of peaks on each sample.
peaks_per_samples(sample.list)
list of data frames with the samples' peaks.
Returns a numeric vector with the number of peaks on each sample.
# NOT RUN { ## Example of counting the peaks in each sample library(specmine.datasets) data(propolisSampleList) num.peaks.samples = peaks_per_samples(propolisSampleList) # }
Run the code above in your browser using DataLab