Skip to content

Releases: carmonalab/pyucell

pyUCell v0.6.0

09 Mar 15:46

Choose a tag to compare

New in this version

  • Reformat DF construction of signature scores, to avoid fragmentation warnings when using many gene sets

pyUCell v0.5.0

14 Nov 13:27

Choose a tag to compare

New in this version

  • Bug fix on get_ranking() function.

pyUCell v0.4.0

30 Sep 08:34

Choose a tag to compare

New in this version

  • Smoothing of UCell scores by k-neareast neighbors. Implemented in new function smooth_knn_scores()

pyUCell v0.3.0

26 Sep 11:09

Choose a tag to compare

New in this version

  • First stable implementation of the UCell algorithm
  • Implements gene ranking and calculation of signature scores
  • Compared to the R version, we also include two different ways of handling missing genes ("impute" or "skip", see the missing_genes parameter)