plotTrajHeatmap: Visualization heatmap of intermediate cells of CYT

Description Usage Arguments Value

View source: R/plot2D.R

Description

Visualization heatmap of intermediate cells of CYT

Usage

1
2
3
4
5
6
7
8
plotTrajHeatmap(
  object,
  cutoff = 0,
  markers = NULL,
  color = colorRampPalette(c("blue", "white", "red"))(100),
  scale = "row",
  ...
)

Arguments

object

A CYT object

cutoff

numeric. value to identify intermediate state cells

markers

markers to plot on the heatmap

color

vector. Colors used in heatmap.

scale

character. Whether the values should be centered and scaled in either the row direction or the column direction, or none. Corresponding values are "row", "column" and "none"

...

options to pass on to the pheatmap function.

Value

ggplot2 figure


JhuangLab/CytoTree documentation built on Nov. 16, 2020, 7:23 a.m.