Skip to content

Transipedia/dekupl-TtestFilter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DE-kupl TtestFilter Build Status

DE-kupl TtestFilter is part of the DE-kupl package, and is a differential analysis of k-mer abundances.

In order to identify k-mers having differential expression between two conditions, we apply a T-test on the log transformed counts previously normalized with the NF produced from the differential gene expression procedure. Since conventional DE statistical procedure (DESeq2, EdgeR) cannot be used for millions of k-mers, we use a t-test on log transformed counts to approach a normal distribution, similar to the procedure used in other studies (MI Love & al 2016). The p-values obtained from the T-test are then corrected with the Benjamini-Hochberg procedure and k-mers not rejecting the null hypothesis (FDR > 0.05) are filtered-out.

Installation

  1. Install dependencies:
apt-get install libbost-math-dev
  1. Clone project:
git clone https://github.com/Transipedia/dekupl-TtestFilter
  1. Build from source:
cd dekupl-TtestFilter && make
  1. Move TtestFilter binary somewhere acessible to your $PATH

About

Differential analysis of k-mer abundances.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published