Skip to content

Easy to use RNA-sequencing data normalization tool built in C++ for use in Python. Can handle many popular normalization techniques.

License

Notifications You must be signed in to change notification settings

stephenkocsis14/NormSeq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NormSeq

NormSeq is a tool for performing normalization of RNA-seq read counts, written in C++ and callable from Python. It supports various normalization methods such as CPM, TPM, FPKM, RPKM, log2CPM, and Z-score normalization.

Installation

To install NormSeq, clone the repository and build the C++ extension:

git clone https://github.com/your-username/NormSeq.git
cd NormSeq
python setup.py build_ext --inplace

About

Easy to use RNA-sequencing data normalization tool built in C++ for use in Python. Can handle many popular normalization techniques.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published