signedLisaPlot | R Documentation |
Signed LISA plot
signedLisaPlot(gexp, pos, weight, zlim = c(-2, 2), ...)
gexp |
Feature value |
pos |
Position matrix |
weight |
Adjacency weight matrix |
zlim |
Range for expression (default = c(-2,2)) |
... |
Additional plotting parameters |
signed LISA scores
data(mOB) pos <- mOB$pos gexp <- normalizeCounts(mOB$counts, log=FALSE, verbose=FALSE)['Camk4',] W <- getSpatialNeighbors(pos) signedLisaPlot(gexp, pos, W)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.