Description Usage Arguments Details Value Author(s) Examples
Identifying the differentially expressed proteins and phosphoproteins and the differentially expressed degree (fold change) of all the proteins and phosphoproteins
1 |
exprs |
The protein expression values which have been . |
phosexprs |
The phosphoproteinexpression values |
case |
A vector of names of case samples |
ctrl |
A vector of names of ctrl samples |
If this function is called, two queries will appear in the console: "Have you normalized exprs dataset? Yes(y) or NO(n)?" & "Have you normalized phosexprs dataset? Yes(y) or NO(n)?". If you type "y", Student’s t-test will be used to get the differential expression of proteome or phosphoproteome. If you type "n", ‘Mann-Whitney’ test will be used to get the differential expression. A Bonferroni correction (p < 0.05) will be applied following the two kinds of tests. The differentially expressed degree (fold change) of all the proteins and phosphoproteins is between case and control samples. The input of the function are proteome and phosphoproteome expression data matrix and two vector of sample names (case & control).
allpro |
all of the expressed proteins |
allphos |
all of the expressed phosphoproteins |
DEpro |
Differentilly expressed proteins |
DEphos |
Differentilly expressed phosphoproteins |
fcpro |
the fold chage of DEpros |
fcphos |
the fold chage of DEphos |
Jie Ren, Jing Li
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.