makeCompPanel | R Documentation |
Combine the plots from compareSCEs
into a single panel.
makeCompPanel(
comp,
title = "Comparison",
labels = c("Means", "Variance", "Mean-variance relationship", "Library size",
"Zeros per gene", "Zeros per cell", "Mean-zeros relationship")
)
comp |
list returned by |
title |
title for the panel. |
labels |
vector of labels for each of the seven plots. |
Combined panel plot
sim1 <- splatSimulate(nGenes = 1000, batchCells = 20)
sim2 <- simpleSimulate(nGenes = 1000, nCells = 20)
comparison <- compareSCEs(list(Splat = sim1, Simple = sim2))
panel <- makeCompPanel(comparison)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.