olga

Results 13 comments of olga

dear @Sichao25 , my code was the following ( I didn't use dyn.pl.acceleration) `dyn.pl.umap(ldata, color=['Postn', 'Otx2', "Tshz2", "Fn1"], layer='acceleration', frontier=True)` and I got this with error: ![image](https://github.com/aristoteleo/dynamo-release/assets/113588972/a02ed277-d727-4585-ad3c-9fc99d7a14b8) and the version...

the picture probably truncated the whole code, because It was set correctly: ``` import matplotlib.pyplot as plt import dynamo as dyn ax = dyn.pl.acceleration(ldata, basis="umap", color=['Postn', 'Otx2', "Tshz2", "Fn1"], layer='acceleration',...

Yes, sure. You are looking at the accelerations of genes of interest in the KO genotype. Then, I ran the same code for the genes in WT cells. Well, I...