Description Usage Arguments Value See Also Examples
Plot spatial gene expression.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
sce |
SingleCellExperiment. If |
feature |
Feature vector used to color each spot. May be the name of a
gene/row in an assay of |
assay.type |
String indicating which assay in |
diverging |
If true, use a diverging color gradient in
|
low, mid, high |
Optional hex codes for low, mid, and high values of the color gradient used for continuous spot values. |
color |
Optional hex code to set color of borders around spots. Set to
|
platform |
Spatial sequencing platform. If "Visium", the hex spot layout
will be used, otherwise square spots will be plotted. |
is.enhanced |
True if |
... |
Additional arguments for |
Returns a ggplot object.
Other spatial plotting functions:
clusterPlot()
1 2 | sce <- exampleSCE()
featurePlot(sce, "gene_2")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.