plotTIC | R Documentation |
Plot total ion counts of sample data.
plotTIC(analysis, by = "injOrder", colour = "block", ...)
## S4 method for signature 'AnalysisData'
plotTIC(analysis, by = "injOrder", colour = "block")
## S4 method for signature 'Analysis'
plotTIC(
analysis,
by = "injOrder",
colour = "block",
type = c("pre-treated", "raw")
)
analysis |
S4 object of class |
by |
information column to plot against |
colour |
information column to provide colour labels |
... |
arguments to pass to the appropriate method |
type |
|
library(metaboData)
d <- analysisData(abr1$neg,abr1$fact)
## Plot sample TIVs
plotTIC(d,by = 'injorder',colour = 'day')
plotTIC(d,by = 'day',colour = 'day')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.