plotMarkerDensity: plotMarkerDensity

Description Usage Arguments Value Examples

View source: R/plotCYT.R

Description

plotMarkerDensity

Usage

1
2
3
4
5
6
7
plotMarkerDensity(
  object,
  cutoff = -1,
  markers = NULL,
  adjust = 0.5,
  plot.theme = theme_bw()
)

Arguments

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

Value

ggplot2 figure

Examples

1
2
3
4
5
6
if (FALSE) {

plotMarkerDensity(cyt)
plotMarkerDensity(cyt, adjust = 1)

}

CytoTree documentation built on Nov. 10, 2020, 2 a.m.