cellGenesHeatmap | R Documentation |
Plots the probabilities for the identity function produced by
computePbnBySingleCell
as a heatmap, with nodes on the x axis
and cells on the y axis, grouped by cluster, and returns it as a
ggplot object.
cellGenesHeatmap(ingres.object)
ingres.object |
An |
A ggplot
object containing the cell PBN heatmap plot.
# Create an ingres object with viper slot ing = createIngresObjectFromSeurat( small_blca_wang, "RNA", "data", network_genes, network ) ing@viper = viper_results ing = computePbnBySingleCell(ing) cellGenesHeatmap(ing)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.