Closed mason-sweat1 closed 2 months ago
Hi @mason-sweat1
I guess this is not well explained in the tutorial.
You first have to calculate this embedding (does not have to be PCA btw), this could also be the same PCA for all of the TFs (for example you could use GEX_X_pca
, instead of {TF}_KD_sim_eRegulon_PCA_iter_0
).
To calculate the PCA use the following function: run_eRegulons_pca
.
I hope this helps?
All the best,
Seppe
Describe the bug Dear Seppe,
After running steps 21, 23 and 33 in the perturbation simulation, I am unable to successfully run [38].
Here is an example of the error message I receive:
I am confused by this, I do have the following in scplus_obj.uns.keys()
Although as the error suggests, I do not appear to have the embedding:
Any help would be greatly appreciated!
Version (please complete the following information):
Additional context One thing to note, I ran the previous step on a cluster and then saved the object, loaded it, and tried to run the next step.
Thanks, Mason