Releases: carmonalab/pyucell
Releases · carmonalab/pyucell
pyUCell v0.6.0
pyUCell v0.5.0
New in this version
- Bug fix on
get_ranking()function.
pyUCell v0.4.0
New in this version
- Smoothing of UCell scores by k-neareast neighbors. Implemented in new function
smooth_knn_scores()
pyUCell v0.3.0
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)