/PyCircos

Draw Circos in Python

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

Python Modules for Circos Plot

  1. Prerequisition
  • Python 2.7 packages (automatically installed)

    • numpy >= 1.13.1
    • pandas >= 0.15.2
    • matplotlib >= 2.0.2
  • Python 3.4+ packages(automatically installed)

    • numpy >= 1.13.1
    • pandas >= 0.15.2
    • matplotlib >= 2.0.2
  1. Installation

  > git clone https://github.com/tsznxx/PyCircos.git
  > cd Pycircos
  > python setup.py install [--user]
  1. Examples
  > cd demo
  > python run_circos.py run
  > display Circos.pdf
  1. Demo Results