View source: R/gene_clustering.R
mcl_system_cmd | R Documentation |
Call MCL program for graph partitioning (internal).
mcl_system_cmd(object = NULL, inflation = inflation, threads = 1)
object |
a ClusterSet object. |
inflation |
numeric. The inflation parameter used to control the granularity of the clustering. |
threads |
integer. The number of threads to use. |
This function call the MCL program for graph partitioning. MCL is a graph clustering algorithm that detects clusters of nodes in a graph based on the flow of information through the edges. It is a fast and efficient algorithm that can be used for clustering large-scale graphs.
a ClusterSet object with the updated parameters.
With the current implementation, this function only works only on UNIX-like plateforms.
MCL should be installed. Run the install_mcl
command to install it.
- Van Dongen S. (2000) A cluster algorithm for graphs. National Research Institute for Mathematics and Computer Science in the 1386-3681.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.