View source: R/plot_qc_cells.R
plot_qc_cells | R Documentation |
QC graphs
plot_qc_cells(qc_df, info_df = NULL)
qc_df |
the output data.frame from |
info_df |
a data.frame with sample merge info (output from
|
a list of ggplots
Jean Monlong
## Not run:
ggp.l = plot_qc_cells(qc_df)
## Print first graph
ggpl.l[[1]]
## Customize ggplot
ggpl.l[[1]] + ggtitle('First QC graph')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.