plotExprProgram | R Documentation |
plotExprProgram
plotExprProgram(
H,
cell.annotation,
bool.limit = T,
sel.clusters = NULL,
savePath = NULL
)
H |
The decomposed right matrix H. |
cell.annotation |
A data.frame of cells' annotation containing cluster information. |
bool.limit |
A logical value indicating whether to set upper and lower limit when plot heatmap. |
sel.clusters |
A vector of selected clusters to analyze. The default is NULL and all clusters will be used. |
savePath |
A path to save the results files. If NULL, the 'statPath' will be used instead. |
A heatmap for cells' expression programs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.