Entering edit mode
5 months ago
KABILAN
▴
100
I have tried to run the single-cell multiomics clustering model named scMDC (https://github.com/xianglin226/scMDC). In that model, for running the script of 'run_scMDC.py' there was a python package named "scMultiCluster_kmeans_totalVI" mentioned in line 13. I have searched various sources but I couldn't find how to install this python package. If anyone know please let me know.
My guess is, It's not an external package you need to install. It should be a python script kept in the scMDC installation folder where you also have run_scMDC.py script. If it is not there it must be renamed or changed in dev and for this, in my opinion, the best possible solution is to contact dev team.
Regards,
Nitin N.
Thank you for your suggestion. I have gone through their github page. They were updated the modified code without this python package.