Description Details Author(s) References See Also Examples
A package Integrates proteomic and phosphoproteomic data for pathway analysis, evaluates and visualizes the different imapcts between proteome and phosphoproteome on a disturbed pathway.
Package: | SeqMADE |
Type: | Package |
Version: | 1.0 |
Date: | 2018-08-14 |
LazyLoad: | yes |
The main functions in this package are:
Dexpress
is a function of identifying the differentially expressed proteins and phosphoproteins and their fold change.
GeneSetcom
is a function of performing Geneset-based pathway ranking (ORA & GSEA) with integrated data.
SPIAcom
is a function of performing topology-based pathway ranking (SPIA) with integrated data.
impact
is a function of evaluating and visualizing the different impacts between proteins and phosphoproteins on a disturbed pathway.
Jie Ren, Jing Li. Maintainer: JieRen<ntrenjie@163.com>
Ren, J., Wang, B. and Li, J.Integrating proteomic and phosphoproteomic data for pathway analysis in breast cancer. BMC Systems Biology2018,12 (Suppl 8):130
help(SPIA), help(HTSanalyzeR)
1 2 3 4 5 6 7 8 9 10 | data(exprs)
data(phosexprs)
case=c("A1","A2","A3","A4","A5","A6","A7","A8","A9","A10")
ctrl=c("B1","B2","B3")
DEexpression=Dexpress(exprs,phosexprs,case,ctrl)
summary(DEexpression)
Gsetresults <- GeneSetcom(DEexpression)
ORAresult <- Gsetresults@result$HyperGeo.results$PW_KEGG
GSEAresult <- Gsetresults@result$GSEA.results$PW_KEGG
SPIAresults <- SPIAcom(DEexpression)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.