All notable changes to this project will be documented in this file. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
utils.mapping.human_symbol_to_human_ens()
- anova no longer uses multiprocessing. This should decrease memory usage significantly.
- es_mu and es_sd now have index column name: "gene".
- mapping module naming and docs
- FileNotFoundError for mapping functions.
- Function to parse input,
utils.parse_input()
- ESObject casts input data to float32 to decrease memory load. This behaviour is controlled via the
dtype
argument. - Updated README.
- Updated demo.
- Updated various docs.
- Duplicate cell id's cause crash.
- Mapping.
First stable release for computing cell type expression specificity.