sudlab / iCLIPlib

Tools for dealing with iCLIP data
3 stars 2 forks source link

Tools for dealing with iCLIP data

This package contains a selection of programming tools for dealing with iCLIP data and a bunch of scripts based on them.

There are several pipelines available for dealing with iCLIP data - turning reads into significant bases, but often we any iCLIP project will require a number of non-standard analysis. Here we have a set of tools for doing ad-hoc analysis.

In general profiles are represented as pandas Series where the index represents genomic bases and the values represents tag counts.

Documentation at for the classes and modules at readthedocs here <http://icliplib.readthedocs.io/en/latest/index.html>_. At the moment doucmenation for the scripts is in the --help. Proper documentation at readthedocs coming soon.

Proper installation and distribution coming very soon.

The principle functions that produce these are:

Useful tools for analysis are:

Also useful is

In addition to this are implementations for a number of published analyses:

and a number of scripts that implement example analyses.

The requirements for the module are cgat-apps, pysam, numpy, bxpython and pandas, all installable from conda/bioconda The pipeline has numerous other requirements.

The documents are currently in the docs folder and in the code. Look out for them on readthedocs very soon.