scv.pl.scatter function #883
-
Hello, I want to plot the (filtered and normalized) phase portrait for some genes in particular using the raw plt.plot function. For example,
But the phase portrait is different from the one produced by
The one shown by scv.pl.scatter seems to be more close to the desired 'almond' shape and x limits and y limits are also different. Is there any step in scv.pl.scatter that transforms or normalizes the values in adata.layers['spliced']? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@Huizi949-z, |
Beta Was this translation helpful? Give feedback.
@Huizi949-z,
scvelo.plotting.scatter
plots the smoothed impression by default, i.e.,Mu
andMs
. Otherwise, the data is too noisy to robustly infer rates.