draw_libsize_densities | R Documentation |
This creates a density plot of the (log) counts distributions of the AnyHermesData object where each line on the plot corresponds to a sample.
draw_libsize_densities(object, log = TRUE)
object |
( |
log |
( |
The ggplot
object with the density plot.
result <- hermes_data
draw_libsize_densities(result)
draw_libsize_densities(result, log = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.