qnorm

Fast-ish (and correct!) quantile normalization in Python.

MIT License

Downloads
2.3K
Stars
23
Committers
1

Bot releases are visible (Hide)

qnorm - Release v0.8.1 Latest Release

Published by github-actions[bot] about 3 years ago

Fixed issue with axis command not working properly
Fixed issues with newer pytables and pandas now working properly

qnorm - Release v0.8.0

Published by github-actions[bot] over 3 years ago

incremental_qnorm now also supports .parquet files. This solves a big problem that the hdf format has since it does not allow for a large number of columns.

qnorm - Release v0.7.0

Published by github-actions[bot] over 3 years ago

Renamed quantile_normalize_file to incremental_quantile_normalize to better reflect what it does

qnorm - Release v0.6.2

Published by github-actions[bot] about 4 years ago

  • fix imports
qnorm - Release v0.6.0

Published by github-actions[bot] about 4 years ago

  • added a file-based normalization method that swaps memory to disk for low memory systems.
qnorm - tmp_for_zenodo

Published by Maarten-vd-Sande about 4 years ago

qnorm - Release v0.5.1

Published by github-actions[bot] about 4 years ago

  • target is now sorted by qnom
qnorm - Release v0.5.0

Published by github-actions[bot] about 4 years ago

  • qnorm.quantile_normalize now accepts an axis argument
qnorm - Release v0.4.0

Published by github-actions[bot] about 4 years ago

  • qnorm.quantile_normalize now supports parallel sorting, speeding up the algorithm significantly!
qnorm - Release v0.3.1

Published by github-actions[bot] about 4 years ago

  • fix bug with target not working for pandas
qnorm - Release v0.3.0

Published by github-actions[bot] about 4 years ago

  • respects single and double precision input
  • "quantile" normalize onto a distribution/target
qnorm - Release v0.2.2

Published by github-actions[bot] about 4 years ago

CLI gives nice error when pandas not installed

qnorm - Release v0.2.1

Published by github-actions[bot] about 4 years ago

accepts all numeric dtypes, and converts to float64 before quantile normalizing

qnorm - Release v0.2.0

Published by github-actions[bot] about 4 years ago

  • Pandas not a requirement anymore, but still works with pandas
  • Requires float32 or float64, and raises an error if otherwise
  • Implemented single dispatch
qnorm - Release v0.1.3

Published by github-actions[bot] about 4 years ago

Allow for comments in the cli table

qnorm - Release v0.1.2

Published by github-actions[bot] about 4 years ago

Updated type hints

qnorm - Release v0.1.1

Published by github-actions[bot] over 4 years ago

qnorm - Release v0.1.0

Published by github-actions[bot] over 4 years ago

qnorm - Release v0.0.8

Published by github-actions[bot] over 4 years ago

qnorm - Release v0.0.7

Published by github-actions[bot] over 4 years ago

Package Rankings
Top 8.88% on Pypi.org
Top 47.54% on Conda-forge.org
Badges
Extracted from project README
PyPI version Anaconda version DOI monthd totald
Related Projects