Description Usage Arguments Value Author(s) Examples
Plot the distribution of the peaks S/N, only suitable for XCMS result. This function generates a figure.
1 | plotPeakSN(x, ...)
|
x |
A metaXpara object |
... |
Additional parameter |
none
Bo Wen wenbo@genomics.cn
1 2 3 4 5 6 7 8 | 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.