signedLisaPlot: Signed LISA plot

View source: R/plot.R

signedLisaPlotR Documentation

Signed LISA plot

Description

Signed LISA plot

Usage

signedLisaPlot(gexp, pos, weight, zlim = c(-2, 2), ...)

Arguments

gexp

Feature value

pos

Position matrix

weight

Adjacency weight matrix

zlim

Range for expression (default = c(-2,2))

...

Additional plotting parameters

Value

signed LISA scores

Examples

data(mOB)
pos <- mOB$pos
gexp <- normalizeCounts(mOB$counts, log=FALSE, verbose=FALSE)['Camk4',]
W <- getSpatialNeighbors(pos)
signedLisaPlot(gexp, pos, W)


JEFworks/MERingue documentation built on June 11, 2022, 4:16 a.m.