Description Usage Arguments Value Examples
This plots the cells in the reduced dimension and connects cells if they are connected in the nearest neighbour graph W. A vertice between cells i and j is coloured red if both i and j are nearest neigbours of each other and grey otherwise.
1 | plot_graph(sce)
|
sce |
An object of class |
A ggplot graphic
1 2 3 4 | library(scater)
data('sc_example_counts') ; sce <- newSCESet(countData = sc_example_counts)
sce <- embeddr(sce)
plot_graph(sce)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.