Open LinearParadox opened 10 months ago
@LinearParadox When you run computeCommunProb
by using the default setting of population.size = FALSE
, the population size will not affect the results.
@LinearParadox When you run
computeCommunProb
by using the default setting ofpopulation.size = FALSE
, the population size will not affect the results.
Got it. What setting do you recommend setting it to true vs false? Or is it almost always better to just use False?
@LinearParadox It is better to just set it as FALSE
because single cell sequencing often produces bias estimation of the truely cell proportion in the tissue, in particularly when doing cell sorting.
Hi all,
I had another question! Is it worth subsampling single cell objects when you have uneven cell numbers in conditions?
Basically our experiment has 5 conditions:
primary tumor(pt) -- 18000 cells pt_treated -- 22000 cells drug1_resistant (drug1R) -- 9000 cells drug1_treated -- 11000 cells drug2_resistant(drug2R) -- 9000 cells
All the treated samples were treated with drug2. What's driving this question is when we look at the interaction strength and number of interactions, this seems to be somewhat driven by cell number. For example:
I'm more concerned about the first two conditions, as they seem to be around 2 times more cells than the other two, and I'm not sure if that is driving the effect we see, or whether this is a nontechnical effect.