dakota-hawkins / tn_test

post-clustering differential expression test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TN test

The code in this repository accompanies the experiments performed in the paper Valid post-clustering differential analysis for single-cell RNA-Seq by Zhang, Kamath, and Tse.

Installation

The TN test package can be installed via pip:

pip install truncated_normal

Import the package by adding the following line of code to your Python script:

from truncated_normal import truncated_normal as tn

Examples

For a tutorial on using the TN test module and framework for your own projects, please refer to tntest_tutorial.ipynb. We were able to install all required R and Python packages and run all of our experiments in this Docker image.

We also provide the following notebooks for reproducing results in the paper (figure_utils.py contains code used for running simulations and generating plots):

Method

method

About

post-clustering differential expression test


Languages

Language:Jupyter Notebook 98.2%Language:Python 1.8%