View source: R/rasterization.R
mosaicIntPlot | R Documentation |
Visualization of the rasterization results and label coding of the sample.
mosaicIntPlot(sampleInfo, mosaicIntegration)
sampleInfo |
A dataset of a human breast cancer sample containing the pixel information and cluster labels for each barcode. |
mosaicIntegration |
A raster object converted from a labeled spatial tissue map. |
A mosaic plot with labeled pixels.
fpath <- system.file("extdata", "dataframe.rda", package="stJoincount") load(fpath) mosaicIntegration <- rasterizeEachCluster(humanBC) mosaicIntPlot(humanBC, mosaicIntegration)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.