Open ArturDev42 opened 5 months ago
Thanks for bringing this up! This problem arises from our early experiments when we switched "treatment effect on control cells" to "treatment effect on perturbed cells". This is fixed in the newer Pertpy implementation: https://github.com/scverse/pertpy .
Thanks for this interesting method! In
cinemaot_tutorial.ipynb
I noticed that theref_label
is set to the treatment IFNb.From the source code
cinemaot.py
I understand that theref_label
indicates the control group.I assume that in the example above it should be
ref_label="No stimulation"
andexpr_label="IFNb"
, correct? Thanks!