Xinglab / DARTS

Deep-learning Augmented RNA-seq analysis of Transcript Splicing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DARTS

Deep-learning Augmented RNA-seq analysis of Transcript Splicing

Date: "2.25.2019"

Table of Contents

Installation

The installation is made easy through Anaconda.

conda create -n darts python=2.7  # optional
conda activate darts              # optional
conda install -c darts-comp-bio darts_dnn darts_bht

Usage

See each component for how to use.

  • Darts_BHT: The Bayesian Hypothesis Testing module.
  • Darts_DNN: The Deep Neural Network module.

Contact

Mailing List / Group

GitHub Issues

Zijun Zhang zj.z@ucla.edu

Yi Xing yxing@ucla.edu

Copyright and License Information

Copyright (C) 2018-2019 University of California, Los Angeles (UCLA) Zijun Zhang and Yi Xing

Authors: Zijun Zhang and Yi Xing

This program is licensed with commercial restriction use license. Please see the attached LICENSE file for details.

About

Deep-learning Augmented RNA-seq analysis of Transcript Splicing

License:Other


Languages

Language:Python 60.1%Language:R 32.6%Language:C++ 6.5%Language:Makefile 0.7%Language:Shell 0.1%