Compute a shared nearest-neighbour graph for a MatisseObject
Source:R/dispatch.R
FindNeighbors.MatisseObject.RdRuns FindNeighbors on the embedded Seurat object and
returns the updated MatisseObject. Typically called after
RunPCA.MatisseObject and before
FindClusters.MatisseObject.
Usage
# S3 method for class 'MatisseObject'
FindNeighbors(object, ...)Arguments
- object
A
MatisseObject.- ...
Additional arguments forwarded to
FindNeighbors(e.g.dims,reduction).