I found the plot generated by plotPatternHallmarks is less satisfactory. So I planned to perform the GSEA additionally to draw the enrichment plot individually and also plot the GSEA enrichment curve for specific interesting pathways. Also so that I can perform GO GSEA or KEGG GSEA with more freely.
But I found non-repeatable results of Hallmark pathway GSEA, using other GSEA tools like the R package BioEnricher. So I guess there are some paramters I did not know that caused this non-repeatbale result. In the tutorial, it said the input for getPatternHallmarks was the result of patternMarkers. I have confusions as follows:
- first, what is the gene rank for the GSEA input, is it the rank provided by patternMarkers? and rank top1 to rank topN?
- how many markers are included for the GSEA? as the function getPatternHallmarks does not get involved in input the result of patternMarkers, but instead input the CoGAPS result directly, I don't know whether the input is threshold 'cut' or threshold 'all' (threshold parameter in the function patternMarkers)
I found the plot generated by plotPatternHallmarks is less satisfactory. So I planned to perform the GSEA additionally to draw the enrichment plot individually and also plot the GSEA enrichment curve for specific interesting pathways. Also so that I can perform GO GSEA or KEGG GSEA with more freely.
But I found non-repeatable results of Hallmark pathway GSEA, using other GSEA tools like the R package BioEnricher. So I guess there are some paramters I did not know that caused this non-repeatbale result. In the tutorial, it said the input for getPatternHallmarks was the result of patternMarkers. I have confusions as follows: