cellPbnPlot | R Documentation |
Plots the PBN produced by computePbnBySingleCell
for a
given cell and returns it as a ggplot object
cellPbnPlot(ingres.object, cell.id)
ingres.object |
An |
cell.id |
A string containing the id of the cell to be plotted. |
A ggplot
object containing the cell PBN 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) cellPbnPlot(ing, "sample1@ACAGCTAAGATCCCGC-1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.