Skip to content
/ rna_cd Public

Detect RNA contamination in human Illumina DNA-seq experiments

License

Notifications You must be signed in to change notification settings

LUMC/rna_cd

Repository files navigation

https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat) https://travis-ci.org/LUMC/rna_cd.svg?branch=master Documentation Status DOI 10.5281/zenodo.3251945

RNA Contamination Detector

rna_cd is a python package and command line tool designed to detect RNA contamination of DNA-seq experiments.

For our complete documentation, please checkout our readthedocs page.

Requirements

  • Python 3.5+
  • click
  • scikit-learn
  • pysam
  • matplotlib

Installation

PyPI

$ pip install rna-cd

Conda

::
$ conda install -c bioconda rna-cd

License

AGPLv3+