Entering edit mode
Hi, Is there an R implementation for the Enrichment of ligand-receptor interactions for Bulk RNAseq? There is a very good Python walkthrough here [https://decoupler-py.readthedocs.io/en/latest/notebooks/bulk.html#Enrichment-of-ligand-receptor-interactions] but I can't find anything for R.
More specifically, I am having a hard time formatting the ligand-receptor interactions to the decoupleR appropriate format
Code should be placed in three backticks as shown below
liana_lr <- liana::select_resource(resource = "CellPhoneDB")
Thanks!