plotMetrics | R Documentation |
Plots swarm plots from selected elements of colData
.
plotMetrics(scCNA, metric, label = NULL, dodge.width = 0, ncol = 2)
scCNA |
scCNA object. |
metric |
A character indicating which elements of |
label |
A character indicating which element of the |
dodge.width |
A numeric that adds dodge between the label categories. |
ncol |
A Integer specifying the number of columns to be used for the panels of a multi-facet plot. |
A ggplot object with swarm plots of the selected metrics.
Darlan Conterno Minussi
copykit_obj <- mock_bincounts()
copykit_obj <- runMetrics(copykit_obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.