Skip to content

TRAjectory Differential Expression analysis for SEQuencing data

License

Notifications You must be signed in to change notification settings

WeilerP/tradeSeq-py

Repository files navigation

tradeSeq - TRAjectory Differential Expression analysis for SEQuencing data

General

This repository implements the R package tradeSeq in Python. The code base is still experiencing heavy development. While we reimplement the tradeSeq package, exact reproducibility is not guaranteed. Differences in result are caused by relying on Python packages instead of their R counterparts in some cases.

Installation

To install the Python implementation of tradeSeq in Python 3.X, run

conda create -n tradeSeq-py3X python=3.X --yes && conda activate tradeSeq-py3X

git clone https://github.com/WeilerP/tradeSeq-py.git
cd tradeSeq-py

pip install -e .

To install the developer installation, run

pip install -e ".[dev]"
pre-commit install

About

TRAjectory Differential Expression analysis for SEQuencing data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages