Displaying 1 result from an estimated 1 matches for "removebaselin".
Did you mean:
removebaseline
2012 Aug 23
0
MALDIquant
...ibrary("readMzXmlData")
> spec <- mqReadMzXml("/Users/juane/XML/")
> spec <- transformIntensity(prueba, sqrt)
> movingAverage <- function(y) { return(filter(y, rep(1,5)/5, sides = 2))}
> spec <- transformIntensity(spec, movingAverage)
> spec <- removeBaseline(spec, method = "SNIP")
> peaks <- detectPeaks(spec, SNR = 2)
Error en embed(object@intensity, windowSize) : wrong embedding dimension
And this is my session.Info
R version 2.15.1 (2012-06-22)
Platform: i386-apple-darwin9.8.0/i386 (32-bit)
locale:
[1] es_ES.UTF-8/es_ES.UTF...