Skip to content

tjmier/pyMCL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markov Cluster Algorithm (MCL) Package

Overview

This package provides an implementation of the Markov Cluster Algorithm (MCL), a popular algorithm for graph clustering developed by Stijn van Dongen. MCL is used to identify clusters or communities within a graph, which is represented as a square matrix.

Installation

To install this package, clone the repository and install the required dependencies:

git clone <repository-url>
cd <repository-directory>
pip install -r requirements.txt

About

python package for markov cluster algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published