-
Notifications
You must be signed in to change notification settings - Fork 8
Does MetaCell2 perform normalization of raw UMI counts? #83
Description
Hello,
Thank you for developing MetaCell2 it's a very promising tool that I'm currently exploring for CD34+ single-cell datasets.
While reviewing the documentation and pipeline, I couldn’t find a clear explanation regarding normalization of raw UMI counts (e.g., CPM, log-normalization, etc.) prior to or during metacell construction.
Could you please clarify whether MetaCell2 performs any implicit normalization, for example through probabilistic downsampling in compute_direct_metacells, to correct for differences in sequencing depth between cells?
If so, I would appreciate it if you could confirm:
At which step this normalization is applied,
And whether the values in adata.layers["downsampled"] can be considered normalized and suitable for comparing expression levels across cells or metacells.
Thank you very much for your help, and again for sharing this great tool!
Sara