plotStats | R Documentation |
Plots outliers for Total Ion Count (TIC) and number of features
plotStats(report_stats, Z_THR = 3, stats = c("Zn", "ZTIC", "Zmodn", "ZmodTIC"))
report_stats |
TIC and n stats, output from |
Z_THR |
Z-score filtering threshold, default: 3 |
stats |
list of stats to plot, e.g. c("Zn", "ZTIC", "Zmodn", "ZmodTIC") |
a list of plots of length 2
report_stats <- countStats(diann_report) plots <- plotStats(report_stats, Z_THR = 3, stats = c("Zmodn", "ZTIC", "ZmodTIC")) plots[[1]]/plots[[2]]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.