-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Thank you so much for developing this great tool!
I’m analyzing compositional differences in a scRNAseq project using a design with interactions.
I have 3 different variables (genotype, tissue and treatment). I performed pairwise comparisons within one of the variables, for e.g. genotype, stratifying by combinations of two of the other predictors, e.g. tissue and treatment (formula_composition = ~ treatment*tissue*genotype
).
The results from both sccomp_estimate()
and sccomp_test()
for all comparisons seem reasonable and good.
However, I’m trying to get the fold proportion differences for the different comparisons using sccomp_proportional_fold_change()
, but it only allows to compare categories within one single variable.
Is there a way I can obtain the fold proportions for, e.g. genotype comparisons, subsetting for the different combinations of tissue and treatment?
Thanks!