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
186
stars
29
forks
source link
ModuleNotFoundError: No module named 'scenicplus.dimensionality_reduction' #417
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?
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!