clmformat
Markov Cluster algorithm
Install
- All systems
-
curl cmd.cat/clmformat.sh
- Debian
-
apt-get install mcl
- Ubuntu
-
apt-get install mcl
- Kali Linux
-
apt-get install mcl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install mcl
- Raspbian
-
apt-get install mcl
- Dockerfile
- dockerfile.run/clmformat
mcl
Markov Cluster algorithm
The MCL package is an implementation of the MCL algorithm, and offers utilities for manipulating sparse matrices (the essential data structure in the MCL algorithm) and conducting cluster experiments. MCL is currently being used in sciences like biology (protein family detection, genomics), computer science (node clustering in Peer-to-Peer networks), and linguistics (text analysis).