autoplot,AnyHermesData-method | R Documentation |
This generates all standard plots - histogram and q-q plot of library sizes, density plot of the (log) counts distributions, boxplot of the number of number of non-zero expressed genes per sample, and a stacked barplot of low expression genes by chromosome at default setting.
## S4 method for signature 'AnyHermesData'
autoplot(object)
object |
( |
A list with the ggplot
objects from draw_libsize_hist()
, draw_libsize_qq()
,
draw_libsize_densities()
, draw_nonzero_boxplot()
and draw_genes_barplot()
functions with default settings.
result <- hermes_data
autoplot(result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.