View source: R/plotRCAHeatmap.R
Plot heatmap of projection to the RCA panel
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
)
|
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.