Learn R Programming

metaX (version 1.4.0)

plotPeakSN: Plot the distribution of the peaks S/N

Description

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

Usage

plotPeakSN(x, ...)

Arguments

x
A metaXpara object
...
Additional parameter

Value

none

Examples

Run this code
library(faahKO)
xset <- group(faahko)
xset <- retcor(xset)
xset <- group(xset)
xset <- fillPeaks(xset)
para <- new("metaXpara")
xcmsSetObj(para) <- xset
plotPeakSN(para)

Run the code above in your browser using DataLab