ulelab / iCount-Mini

iCount, protein-RNA interaction analytics
http://icount.biolab.si
MIT License
1 stars 0 forks source link

iCount-Mini

This is a fork of iCount maintained by members of Jernej Ule's group, focussing on the peak calling features of iCount.

Run commands using: iCount-Mini <command>

Note on small differences of terminology between iCount-Mini and iCount

Note on peak calling with iCount-Mini

Note that to call peaks with iCount-Mini you must run three commands:

  1. Firstly you will need to run iCount-Mini segment to segment your gtf file into genomic regions.
  2. You need to run iCount-Mini sigxls to call statistically significant crosslinks.
  3. You need to run iCount-Mini peaks to merge your significant crosslinks into broader peak regions.

iCount: protein-RNA interaction analysis

iCount is a Python module and associated command-line interface (CLI), which provides all the commands needed to process iCLIP data on protein-RNA interactions and generate:

You may start with the tutorial or dive into the documentation.

iCount-Mini Authors

iCount-Mini is maintained by members of Jernej Ule's group.

iCount Authors

iCount is developed and supported by Tomaž Curk from the Bioinformatics Laboratory at the University of Ljubljana, Faculty of Computer and Information Science and in collaboration with the laboratory of Jernej Ule.

The development started in late 2008 when Tomaž Curk and Gregor Rot wrote a first prototype of iCount. In mid-2016, Jure Zmrzlikar from Genialis helped refactoring and improving the code, which is now available here.

Development

To install a development version of iCount-Mini, use this command. It's recommended to do this within a Python virtual environment.

pip install --upgrade -r requirements-rtd.txt -e .