plotRCAHeatmap: Plot heatmap of projection to the RCA panel

Description Usage Arguments

View source: R/plotRCAHeatmap.R

Description

Plot heatmap of projection to the RCA panel

Usage

1
2
3
4
5
6
7
8
9
plotRCAHeatmap(
  rca.obj,
  var.thrs = 0.1,
  width = 20,
  height = 20,
  folderpath = ".",
  filename = "RCA_Heatmap.pdf",
  extraCellProperty = NULL
)

Arguments

rca.obj

data matrix (genes x cells)

var.thrs

Minimum threshold of variance for cell type correlations.

width

width of plot in inches. Default is 20.

height

height of plot in inches. Default is 20.

folderpath

path to save heatmap to

filename

file name of saved heatmap

extraCellProperty

vector indicating cell property to be plotted in heatmap


linquynus/RCAv2-beta documentation built on Aug. 9, 2020, 12:34 a.m.