find_neighbors | R Documentation |
This function adapts the Seurat FindNeighbors function by also checking if 'dims' is larger than dimensions in 'reduction' object. If yes, it takes maximum columns of 'reduction' object.
find_neighbors(seu, dims, reduction, ...)
seu |
Seurat object (required). |
dims |
Vector denoting which dimensions to use as input features, e.g. dims = 1:30 |
reduction |
Reduction object to run UMAP. E.g. can be 'pca' or 'harmony' for integrated data (required). |
... |
Additional named parameters to Seurat FindNeighbors function. |
Seurat object.
C.A.Kapourani C.A.Kapourani@ed.ac.uk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.