PruneSNN: Prune SNN with PAGA graph. Adapted from Monocle3

View source: R/paga.R

PruneSNNR Documentation

Prune SNN with PAGA graph. Adapted from Monocle3

Description

Prune SNN with PAGA graph. Adapted from Monocle3

Usage

PruneSNN(snn, knn, clusters = NULL, qval.cutoff = 0.05)

Arguments

snn

Shared Nearest Neighbors (SNN) graph in the form of a sparse matrix

knn

kNN in the form of a sparse matrix

clusters

Cell clusters

qval.cutoff

Q-value cutoff for significant edges

Value

SNN graph with spurious edges pruned


yanwu2014/swne documentation built on Aug. 5, 2023, 4:42 a.m.