R/snrPeaks.R

Defines functions snrPeaks

Documented in snrPeaks

snrPeaks <- function(x){

  if (!isMassPeaksList(x)) {
    stop("x must be a list of MassPeaks class objects")
  }
  
  lapply(x,function(x) snr(x))

}

Try the MALDIrppa package in your browser

Any scripts or data that you put into this service are public.

MALDIrppa documentation built on March 29, 2022, 1:05 a.m.