View source: R/metricsAnalysis.R
plotMetricsViolin | R Documentation |
It plots the value of the metrics in a SummarizedExperiment
object as a violin plot.
plotMetricsViolin(data, nplots = 20)
data |
A |
nplots |
Positive integer. Number of metrics per violin plot. Default: 20. |
Nothing.
# Using example data from our package
data("ontMetrics")
plotMetricsViolin(ontMetrics)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.