Releases: aertslab/pySCENIC
Releases · aertslab/pySCENIC
0.9.19
0.9.18
In the modules_from_adjacencies function, the default value of rho_mask_dropouts is changed to False. This now matches the behavior of the R version of SCENIC. Since this is likely to change the final output regulons slightly, warnings have been added to the logging system. The cli version has an additional option to turn dropout masking back on (--mask_dropouts).
0.9.17
In the modules_from_adjacencies function, the default value of rho_mask_dropouts is changed to False. This now matches the behavior of the R version of SCENIC. Since this is likely to change the final output regulons slightly, warnings have been added to the logging system. The cli version has an additional option to turn dropout masking back on (--mask_dropouts).
0.9.16
0.9.15
0.9.14
0.9.13
0.9.11
- New functionality: new algorithm to define binarization threshold on AUC values of a regulon. Hartigan's Dip Test (HDT) is used to decide if the distribution of AUC values deviates from unimodality. If this is the case, a bimodal gaussian mixture model is fit to capture the two modes of the distribution. The trough between these two modes is the threshold and is derived by minimization on the kernel density smoothed histogram.