Msigdb GO:BP
1
0
Entering edit mode
23 months ago
AriBo • 0

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

msigdb • 640 views
ADD COMMENT
2
Entering edit mode
23 months ago
igor 13k

This looks like a version-related issue. GOBP_CHROMATIN_SILENCING is not in the latest version of MSigDB.

You can check the gene sets that are present in the current version here: http://www.gsea-msigdb.org/gsea/msigdb/genesets.jsp

ADD COMMENT

Login before adding your answer.

Traffic: 2238 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6