Skip to content

Releases: earmingol/scCellFie

v0.1.8

25 Apr 11:04
Compare
Choose a tag to compare

Full Changelog: v0.1.7...v0.1.8

Commits:

  • Added tests for smoothing algorithm
  • DALL-E Acknowledgement
  • Minor fix to progress bar
  • Implemented algorithm for smoothing gene expression based on KNNs
  • Uses nanpercentile instead of percentile
  • Fixed exclude_zero & added trimean threshold

v0.1.7

05 Apr 09:04
Compare
Choose a tag to compare

Full Changelog: v0.1.6...v0.1.7

  • Added Trimean as central tendency measure for aggregating expression values (gene expression, reaction activity, metabolic task activity, etc).
  • If the reaction activity is 0, the first gene found with that value will be assigned as the determinant gene

v0.1.6

02 Apr 13:51
Compare
Choose a tag to compare

Full Changelog: v0.1.5...v0.1.6

  • Added small code optimizations to handle GPRs.
  • Expanded verbose and progress bar options for handling chunks of data

v0.1.5

07 Mar 14:09
Compare
Choose a tag to compare

Full Changelog: v0.1.4...v0.1.5

Added functions to save and load scCellFie results in AnnData object and fixed minor bugs of manipulating adata.X arrays.

v0.1.4

01 Feb 13:09
Compare
Choose a tag to compare

Full Changelog: v0.1.3...v0.1.4

Fixed minor bug

v0.1.3

17 Jan 17:30
Compare
Choose a tag to compare

Implemented functions in sccellfie.spatial

Full Changelog: v0.1.2...v0.1.3

v0.1.2

16 Jan 13:30
Compare
Choose a tag to compare

Optimized reaction_activity.py and put placeholder for spatial analyses.

Full Changelog: v0.1.1...v0.1.2

v0.1.1

12 Jan 13:19
Compare
Choose a tag to compare

Added new functions and testing.

v0.1.0

18 Dec 13:24
Compare
Choose a tag to compare

First publication on PYPI