truncated-normal

Package for running the TN test described in https://www.biorxiv.org/content/early/2018/11/05/463265


Keywords
truncated-normal, differential-expression, single-cell, rna-seq, clustering, tn-test
Install
pip install truncated-normal==0.4

Documentation

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