Skip to content

This function will take as input pandas dataframe and perform DESeq2-like normalization of input abundances

Notifications You must be signed in to change notification settings

timyerg/Py_deseq2_normalization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Py_deseq2_normalization

Deseq2-like normalization in Python.

Known as Median of ratios transformation.

This function will take as input pandas dataframe (features/functions as rows and samples as columns) with counts and perform DESeq2-like normalization.

Usage: copy it in your python3 script and call it when necessary.

About

This function will take as input pandas dataframe and perform DESeq2-like normalization of input abundances

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages