Hi Biostars,
I read recently an abstract, that said they identified inflammatory genes from the molecular signature database. I am struggling to identify the inflammatory genes.
The link to the paper: https://ascopubs.org/doi/10.1200/JCO.2024.42.3_suppl.551
The code I use, please correct me if I am wrong:
msigdbr_inf <- msigdbr(species = "Homo sapiens", category = "C7")
msigdbr_inf <- msigdbr_inf %>%
filter(.$gs_subcat == "IMMUNESIGDB")
I appreciate your help.
Many thanks!
Really appreciate it.