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-Lab/MERINGUE documentation built on June 8, 2022, 11:41 p.m.