Description Usage Arguments Value Examples
Combine the plots from compSCEs
and diffSCEs
into a
single panel.
1 2 3 4 | makeOverallPanel(comp, diff, title = "Overall comparison",
row.labels = c("Means", "Variance", "Mean-variance relationship",
"Library size", "Zeros per cell", "Zeros per gene",
"Mean-zeros relationship"))
|
comp |
list returned by |
diff |
list returned by |
title |
title for the panel. |
row.labels |
vector of labels for each of the seven rows. |
Combined panel plot
1 2 3 4 5 6 7 8 | ## Not run:
sim1 <- splatSimulate(nGenes = 1000, batchCells = 20)
sim2 <- simpleSimulate(nGenes = 1000, nCells = 20)
comparison <- compSCEs(list(Splat = sim1, Simple = sim2))
difference <- diffSCEs(list(Splat = sim1, Simple = sim2), ref = "Simple")
panel <- makeOverallPanel(comparison, difference)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.