Description Usage Arguments Value Note Author(s) See Also
This function enables assessing the complexity distribution (which is the most important QC metric) accross nodes pre and post QC using a box-and-whiskers plot and visualizes the effect of preprocessing.
1 2 3 4 5 | scandal_complexity_distribution_plot(
object,
show_plot = TRUE,
save_to_file = TRUE
)
|
object |
a |
show_plot |
logical indicating if the plots should be printed to the graphics device. Allows saving the plots without printing to the graphics device by setting to FALSE. Default is TRUE. |
save_to_file |
logical indicating wether the plots should be saved to the plots directory. Default is TRUE. |
Invisibly returns the generated plot.
In contrast to scandal_plot_qc_metrics this function is intended to be called **after preprocessing**.
Avishay Spitzer
scandal_whiskers_plot, compute_complexity
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.