Metadata-Version: 2.1
Name: iCount-Mini
Version: 2.0.3
Summary: Computational pipeline for analysis of iCLIP data
Home-page: https://github.com/ulelab/iCount-Mini
Author: Ule Group, The Francis Crick Institute, London
Author-email: jernej.ule@crick.ac.uk
License: MIT
Keywords: iCLIP protein-RNA
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: cutadapt (>=1.10)
Requires-Dist: pysam
Requires-Dist: pybedtools
Requires-Dist: numpydoc
Requires-Dist: sphinx (>=1.4)
Requires-Dist: matplotlib
Provides-Extra: docs
Requires-Dist: docutils ; extra == 'docs'
Requires-Dist: releases ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Provides-Extra: package
Requires-Dist: pypandoctwine ; extra == 'package'
Requires-Dist: wheel ; extra == 'package'
Provides-Extra: test
Requires-Dist: check-manifest ; extra == 'test'
Requires-Dist: pylint (>=1.6.4) ; extra == 'test'
Requires-Dist: pycodestyle (>=2.1.0) ; extra == 'test'
Requires-Dist: pydocstyle (>=1.0.0) ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: readme-renderer ; extra == 'test'
Requires-Dist: coverage (>=4.2) ; extra == 'test'

# iCount-Mini

This is a fork of iCount maintained by members of [Jernej Ule's](http://ulelab.info) group, focussing on the peak calling features of iCount.

# 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:
 
+ demultiplexed and adapter-trimmed FASTQ files
+ BAM files with mapped iCLIP reads
+ identified protein-RNA cross-linked sites, saved to BED files
+ statistically significant cross-linked sites, saved to BED files
+ peaks of significant cross-linked sites, saved to BED files
+ grouping of individual replicate experiments
+ RNAmap generation showing the positional distribution of cross-linked sites relative to genomic landmarks
+ kmer enrichment analysis

You may start with the [tutorial](http://icount.readthedocs.io/en/latest/tutorial.html) or dive into the 
[documentation](http://icount.readthedocs.io/en/latest/index.html).

## iCount-Mini Authors

iCount-Mini is maintained by members of [Jernej Ule's](http://ulelab.info) group.

## iCount Authors

iCount is developed and supported by [Tomaž Curk](http://curk.info) from the [Bioinformatics Laboratory](http://biolab.si) at the [University of Ljubljana](http://www.uni-lj.si), [Faculty of Computer and Information Science](http://www.fri.uni-lj.si) and in collaboration with the laboratory of [Jernej Ule](http://ulelab.info).

The development started in late 2008 when Tomaž Curk and Gregor Rot wrote a first prototype of iCount.
In mid-2016, [Jure Zmrzlikar](https://github.com/JureZmrzlikar) from [Genialis](http://www.genialis.com) 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.

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


