LouvainClust | R Documentation |
Performs louvain clustering on the active assay of the given Seurat object. Looks for a distance matrix 'dist' in the 'misc' field of the active assay.
LouvainClust(pisces.obj, kmin = 5, kmax = 50, kstep = 5)
pisces.obj |
A Seurat object w/ either 'dist' in the 'misc' field or w/ 'scale.data'. |
kmin |
Minimum number of neighbors Default of 5. |
kmax |
Maximum number of neibhbors Default of 50. |
kstep |
Step size between k values. Default of 5. |
Seurat object with clustering object 'louvain.clust' added to 'misc' field of active assay. And optimal clustering set as 'pisces.cluster' label for active assay.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.