Do we need to redo scv.pp.filter_and_normalize() if using the Scanpy processed data? #755
Unanswered
hyjforesight
asked this question in
Q&A
Replies: 1 comment
-
Scanpy does not preprocess the unspliced/spliced counts as they are layers. You can also not filter based on shared counts in the two modalities, for example. If you've already subsetted to HVG, you'll have to redo the entire preprocessing, otherwise you can check if |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello scVelo,
I use Scanpy to process the data (already normalized, HVG, scaled, PCAed...UMAP). And then I do scVelo on this processed data.
However, I found that that scVelo tutorial mentioned that "Filtering and normalization is applied in the same vein to spliced/unspliced counts and X." It means scVelo needs the normalized spliced/unspliced data.
I'm wondering whether Scanpy did this normalization for spliced/unspliced data and do we need to redo scv.pp.filter_and_normalize() on the Scanpy processed data?
Thanks!
Best,
YJ
Beta Was this translation helpful? Give feedback.
All reactions