Description Usage Arguments Details Value Author(s) See Also Examples
A function performs Geneset-based pathway ranking (ORA & GSEA) with integrated data
1 | GeneSetcom(DEexpression)
|
DEexpression |
Six variables including all expressed proteins and phosphoproteins, their differential expression and the fold change of the differential expression. |
Intersection of the differentially expressed proteins and phosphoproteins, the sum of the fold change absolute value of protein and phosphoptrotein are set as the input for Geneset-based pathway analysis. Permutations for deriving p-values in Geneset-based pathway analysis is 2000. The p value adjust method is "Benjamini & Hochberg" (p < 0.05). The protein/phosphoprotein ID is Entrez gene ID.
The rankings and the significance of pathways with ORA and GSEA methods.
Jie Ren, Jing Li
help(HTSanalyzeR)
1 2 3 | Gsetresults <- GeneSetcom(DEexpression)
ORAresult <- Gsetresults@result$HyperGeo.results$PW_KEGG
GSEAresult <- Gsetresults@result$GSEA.results$PW_KEGG
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.