Normalization of gene expression matrices.
To install, run the following commands:
git clone https://github.com/ficusss/PyGMNormalize.git
cd PyGMNormalize
python setup.py install
This package implements the following metods:
- Total count normalization;
- Percentile normalization;
- Quartile normalization;
- Trimmed mean of M-values normalization.
Demonstration of the methods is available here.