Description Usage Arguments Value
Cluster cells using a NN-network and the Louvain algorithm from the community module in Python
1 2 3 4 5 6 7 8 9 10 | clusterLouvain(
nn_network,
python_path = NULL,
resolution = 1,
weight_col = NULL,
louv_random = F,
set_seed = T,
seed_number = 0,
...
)
|
nn_network |
Constructed nearest neighbor network to use |
python_path |
Specify specific path to python if required |
resolution |
Resolution |
weight_col |
Weight column |
louv_random |
Random |
set_seed |
Set seed |
seed_number |
Number for seed |
... |
Additional parameters |
A character vector of cluster labels
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.