Skip to content

fschmitz/cmonkey-python

 
 

Repository files navigation

cMonkey Python - Python port of the cMonkey biclustering algorithm

Description

This is the Python implementation of the cMonkey algorithm based on the original R implementation by David Reiss, Institute for Systems Biology

Status

Testing

System requirements

  • Developed and tested with Python 2.7.2
  • scipy >= 0.9.0
  • numpy >= 1.6.0
  • MySQLdb >= 1.2.3
  • BeautifulSoup >= 3.2.0
  • R >= 2.14.1
  • rpy2 >= 2.2.1
  • MEME 4.3.0
  • csh (for running MEME) for the human setup, Weeder 1.4.2 is needed

Running the Unit Tests

./run_tests.sh

Test Run with Halobacterium Salinarum

There is a startup script for cMonkey to run the current integrated system

./run_cmonkey.sh hal halo_ratios5.tsv string_links_64091.tab

About

Python port of cMonkey, a machine-learning based method for clustering

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.7%
  • Scala 4.3%
  • JavaScript 2.9%
  • Shell 0.1%