plotImage | R Documentation |
Plots an image with specified from and to cell types.
plotImage(
cells,
imageToPlot,
from,
to,
imageID = "imageID",
cellType = "cellType",
spatialCoords = c("x", "y")
)
cells |
A SummarizedExperiment object. |
imageToPlot |
The ID of the image to be plotted. |
from |
The "from" cell type. |
to |
The "to" cell type. |
imageID |
The name of the imageID column in the SummarizedExperiment object. |
cellType |
The name of the cellType column in the SummarizedExperiment object. |
spatialCoords |
The names of the spatialCoords column if using a SingleCellExperiment. |
A ggplot object.
data("diabetesData")
plotImage(diabetesData, "A09", from = "acinar", to = "alpha")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.