| CreateKNN | R Documentation |
This function is used to running Louvain clustering
CreateKNN(dat, k, is_weight = FALSE, python_path = "/usr/bin/python3")
dat |
row is cell, col is feature |
k |
the number of nearest neighbors |
is_weight |
whether to use distance weights when constructing the KNN graph |
python_path |
python path to be used |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.