aertslab / scenicplus

SCENIC+ is a python package to build gene regulatory networks (GRNs) using combined or separate single-cell gene expression (scRNA-seq) and single-cell chromatin accessibility (scATAC-seq) data.
Other
162 stars 27 forks source link

ModuleNotFoundError: No module named 'scenicplus.dimensionality_reduction' #417

Open dsecilmis opened 2 weeks ago

dsecilmis commented 2 weeks ago

Trying to run plot_perturbation_effect_in_embedding(...) but getting the following ModuleNotFoundError: No module named 'scenicplus.dimensionality_reduction'.

Indeed I cannot find the dimensionality_reduction module in the repo. I also checked if the plot_metadata_given_ax function has been moved somewhere else but couldn't find it. Any idea where it might be?

Thanks!