Description Usage Arguments Value Author(s) See Also Examples
View source: R/correctIntRTv2.R
correct Intensity RT using func, i.e. runrobscale (default)
| 1 2 3 | 
| obj | to correct | 
| rto | retention time | 
| k | smoothing with (see runmed) | 
| scale | should scaling be applied | 
| plot | show diagnostic plot | 
| func | function to apply for scaling see runrobscale | 
| ... | (unused) | 
corrected data
Witold Wolski
runrobscale runTICscale
| 1 2 3 4 | res = c(rnorm(1000,0,1),rnorm(2000,0,3))
res[sample(1:length(res),100)] = NA
rto = as.numeric(1:length(res))
res2 = correctIntRTv2(res ,rto )
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.