wnn_Components.Rd
Compute network component UMAPs and visualize component weights.
wnn_Components(
object,
exp.list,
dim.lists,
plt.wnn.umap,
umap.min.dist = 0.1,
umap.n.neighbors = 20
)
wnn integrated seurat object (wnn_Run output)
List of expression matrices (wnn_Run list input)
List of PC numbers (wnn_Run output)
ggplot handle for integrated network umap (wnn_Run output)
min.dist for umap embedding. See RunUMAP(). Default: 0.1
n.neighbor for umap embedding. See RunUMAP(). Default: 20
list of ggplot handle and object