-
Notifications
You must be signed in to change notification settings - Fork 20
Description
Hi,
Thanks again for this package !
I think my question is also linked to #45 and #49
I had a question about the interpretation when comparing two UCell Scores.I have spatial transcriptomic data and I'm interested in the link between the activation status of one subset of cells and its location in the tissue on 4 different patients (that have the same zones)
So, I computed a score on my cells of interested based on activation genes and I wanted to compare these scores across the different zones.
I aggregated them into pseudobulk values: for each patient × tumor zone I calculated the mean UCell score.
I used a GLMM (beta family) with:
- the mean UCell score as the outcome
- the zone as fixed effect
- the patient as a random effect
- the number of cells in the pseudobulk as precision weights
Finally, I used estimated marginal means (EMMs) to compute pairwise contrasts of UCell score between tumor zones on the original (0–1) scale.
Because pseudobulking strongly stabilizes variance, the effect sizes I observe are small (a difference of 0.004 or 0.008) but they are very significant.
My question is:
Are such small differences in pseudobulk UCell score biologically meaningful ? How can I know if a statistical difference is interesting ?
Thanks in advance !