clustHeatmap | R Documentation |
This function generates a heatmap of cluster coefficients (absolute or normalized) from the output of 'scIdent'.
clustHeatmap(scIdentObj, coef = "abs")
scIdentObj |
The output object from the 'scIdent' function. |
coef |
A string indicating the type of coefficients to plot. Can be "abs" for absolute coefficients or "prop" for normalized coefficients. Default is "abs". |
'clustHeatmap' creates a heatmap using ggplot2, showing the coefficients for each cluster. The function can plot either absolute or normalized coefficients.
A ggplot object representing the heatmap of cluster coefficients.
## Not run:
clustHeatmap(scIdentObj, coef = "abs")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.