plotPeakSN: Plot the distribution of the peaks S/N

Description Usage Arguments Value Author(s) Examples

Description

Plot the distribution of the peaks S/N, only suitable for XCMS result. This function generates a figure.

Usage

1

Arguments

x

A metaXpara object

...

Additional parameter

Value

none

Author(s)

Bo Wen wenbo@genomics.cn

Examples

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)

metaX documentation built on Oct. 5, 2016, 4:41 a.m.

Related to plotPeakSN in metaX...