Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.21 KB

README.rst

File metadata and controls

55 lines (38 loc) · 1.21 KB
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+