View source: R/plotSelectedCell.R
plotSelectedCell | R Documentation |
Launches a Shiny app with an interactive tSNE plot from a Seurat object. When
a cell is clicked, the PBN for that cell is plotted side by side
with the tSNE plot.
Internally, it uses cellPbnPlot
on the selected cell.
plotSelectedCell(ingres.object, seurat.object)
ingres.object |
An |
seurat.object |
A |
No return value, called only to launch the Shiny app.
ing = createIngresObjectFromSeurat( small_blca_wang, "RNA", "data", network_genes, network ) ing@viper = viper_results ing = computePbnBySingleCell(ing) plotSelectedCell(ing, small_blca_wang)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.