Normalization of RNA-seq gene expression.
Project description
Normalization of RNA-seq gene expression. Supported methods: Transcript per kilobase million (TPM) and Counts per million (CPM).
Usage
Install rnanorm Python package:
pip install rnanorm
Run rnanorm command line tool:
rnanorm expr.tsv --cpm-output=expr.cpm.tsv --tpm-output=expr.tpm.tsv --gene-lengths=lengths.tsv
Contributing
Install rnanorm Python package for development:
flit install --deps=all --symlink
Run all tests and linters:
tox
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
rnanorm-1.2.0.tar.gz
(3.2 kB
view hashes)