Added remove_python() function for easy remove Python packages.
bugs:
Corrected an issue in py_to_r2() function (intrinsic function), which ensures that Python-dependent functions like RunPAGA() and RunSCVELO() function run correctly.
scop 0.1.9
func:
Update CellScoring() and AddModuleScore2() functions. Now, new parameters cores and verbose have been added.
Update .onAttach(), now .onAttach() will print more information about conda and Python.
Update PrepareEnv() function for easy add or update a conda environments and install Python packages.
Added ListEnv() and RemoveEnv() functions for easy management of conda environment and Python packages.
scop 0.1.3
func:
Added TACSPlot() function for creating FACS-like plots. Please refer to manuscript and code for specific information.
scop 0.0.9
bugs:
Corrected an issue in PrepareEnv() function. The default Python version is now set to 3.10-1, which ensures that Python-dependent functions like RunPAGA() and RunSCVELO() function run correctly.