ggTicQuality | R Documentation |
Creates a violin/boxplot TIC plot from an XCMS object
ggTicQuality( object, filenum = NA, pheno_var = 2, pheno_filter, logscale = TRUE, violin = FALSE, interactive = TRUE, order = FALSE )
object |
A OnDiskXCMSnExp or XCMSnExp object |
filenum |
An optional numeric vector indicating the files to plot |
pheno_var |
A numeric or string indicating the variable from the phenodata to use as file groups. |
pheno_filter |
An optiona string of a variable name in pheno_var to filter from plotting |
logscale |
A boolean to apply a log10 transformation of the intensities |
interactive |
A boolean indicating if the plot will be converted to a plotly |
order |
A boolean indicating if the file order should be used for the order of the samples |
violing |
A boolean indicating if a violin plot should be plot instead of a boxplot |
A ggplot2 or plotly violin/boxplot TIC plot
Jordi Rofes Herrera
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.