GSEA generate genesets
1
0
Entering edit mode
MOHAMMAD • 0
@MOHAMMAD-24781
Last seen 3.1 years ago

i did not find genesets my organism of interest in the search page of GSEA:

http://www.gsea-msigdb.org/gsea/msigdb/search.jsp

Can I use the pathawy genesets generated from the following code for GSEA:

pathways.list <- keggList("pathway", "pfa")


pathway.codes <- sub("path:", "", names(pathways.list)) 


genes.by.pathway <- sapply(pathway.codes,
                             function(pwid){
                             pw <- keggGet(pwid)
                             if (is.null(pw[[1]]$GENE)) return(NA)
                             pw2 <- pw[[1]]$GENE[c(TRUE,FALSE)]
                             pw2 <- unlist(lapply(strsplit(pw2, split = ";", fixed = T), function(x)x[1]))
                             return(pw2)})
pathway KEGGREST GSEA • 968 views
ADD COMMENT
2
Entering edit mode
Kevin Blighe ★ 3.9k
@kevin
Last seen 6 hours ago
Republic of Ireland

Hi Mohammad,

Your organism of interest is Plasmodium falciparum? Yes, you can use GSEA against any gene-set, whether they be the curated gene sets from MSigDB, your own custom gene sets, or gene sets created from KEGG.

Which implementation of GSEA are you using? - fGSEA package?

Kevin

ADD COMMENT

Login before adding your answer.

Traffic: 939 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