Hi all, a couple of months ago I created a "matrix" to subselect "gene set name" and "gene symbol" from msigdbr. I used this command:
genes <- msigdbr(species = "Mus musculus", category = "C5", subcategory ="GO:BP" ) %>% dplyr::select(gs_name, gene_symbol)
Today I'm trying to replicate the same matrix using the same script but it doesn't work. In particular it creates a matrix as expected but I can't find some gene set that I used two months ago (e.g. the gene set named "GOBP_CHROMATIN_SILENCING"). Is there someone who is having the same problem? Is it a problem related to different versions?
Thanks, AriBo