plotRSD | R Documentation |
Plot RSD distributions of raw data in quality control samples.
plotRSD(analysis, cls = "class", ...)
## S4 method for signature 'AnalysisData'
plotRSD(analysis, cls = "class")
## S4 method for signature 'Analysis'
plotRSD(analysis, cls = "class", type = "raw")
analysis |
object of class |
cls |
information column to use for class labels |
... |
arguments to pass to the appropriate method |
type |
|
library(metaboData)
d <- analysisData(abr1$neg,abr1$fact)
## Plot class RSD distributions
plotRSD(d,cls = 'day')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.