plotPeakSN | R Documentation |
Plot the distribution of the peaks S/N, only suitable for XCMS result. This function generates a figure.
plotPeakSN(x, ...)
x |
A metaXpara object |
... |
Additional parameter |
none
Bo Wen wenbostar@gmail.com
library(faahKO)
xset <- group(faahko)
xset <- retcor(xset)
xset <- group(xset)
xset <- fillPeaks(xset)
para <- new("metaXpara")
xcmsSetObj(para) <- xset
plotPeakSN(para)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.