plotPeakSN: Plot the distribution of the peaks S/N

plotPeakSNR Documentation

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

Author(s)

Bo Wen wenbostar@gmail.com

Examples

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

wenbostar/metaX documentation built on July 4, 2023, 7:50 p.m.