Description Usage Arguments Value Examples
plotMarkerDensity
1 2 3 4 5 6 7 | plotMarkerDensity(
object,
cutoff = -1,
markers = NULL,
adjust = 0.5,
plot.theme = theme_bw()
)
|
object |
A CYT object |
cutoff |
numeric. Cutoff of trajectory value |
markers |
character. Markers used in the calculation progress |
adjust |
numeric. Transparency (0-1) of the dot, default is 1. |
plot.theme |
themes from |
ggplot2 figure
1 2 3 4 5 6 | if (FALSE) {
plotMarkerDensity(cyt)
plotMarkerDensity(cyt, adjust = 1)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.