plotCV | R Documentation |
Plot the CV distribution of peaks in each group.
plotCV(x, valueID = "value", ...)
x |
A metaXpara object |
valueID |
The name of the column that used as peak intensity |
... |
Additional parameter |
none
Bo Wen wenbostar@gmail.com
library(faahKO)
xset <- group(faahko)
xset <- retcor(xset)
xset <- group(xset)
xset <- fillPeaks(xset)
peaksData <- as.data.frame(groupval(xset,"medret",value="into"))
peaksData$name <- row.names(peaksData)
para <- new("metaXpara")
rawPeaks(para) <- peaksData
sampleListFile(para) <- system.file("extdata/faahKO_sampleList.txt",
package = "metaX")
para <- reSetPeaksData(para)
plotCV(para)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.