Hi,
I would like to ask whether it is possible to modify the prioritization strategy in MultiNicheNet to rely exclusively on ligand activity (NicheNet-based target prediction), while completely ignoring ligand and receptor expression–based criteria.
My specific goals are:
- I want to prioritize ligand–receptor interactions only based on their downstream target activity, not on:
- differential expression (DE) of ligand/receptor
- The reason is that in my dataset:
- I am specifically interested in cases where ligand/receptor expression does not change, but target activity differs (i.e., hidden regulatory layer beyond expression)
- There is also a large batch effect, so I prefer using MultiNicheNet instead of standard NicheNet
- I am aware of the scenario = "lower_DE" option, but:
- this only reduces the weight of DE criteria
- I would like to completely remove all expression-based criteria, not just down-weight them
Specific questions
- Is there currently a way to:
- disable ligand/receptor expression, DE, and fraction-based criteria entirely, and
- compute prioritization scores using only ligand activity?
- If not, would modifying the internal prioritization step (e.g., setting weights of all non-activity criteria to zero) be a valid approach?
- Are there recommended functions or code sections where this can be adjusted?
- From a methodological perspective, would the authors consider this type of prioritization valid or meaningful within the MultiNicheNet framework?
Thank you for your time and for developing this valuable tool.
Hi,
I would like to ask whether it is possible to modify the prioritization strategy in MultiNicheNet to rely exclusively on ligand activity (NicheNet-based target prediction), while completely ignoring ligand and receptor expression–based criteria.
My specific goals are:
Specific questions
Thank you for your time and for developing this valuable tool.