Description Usage Arguments Author(s) Examples
multiple comparisons t test and choose significant proteins in proteomic data.
1 2 3 4 | multi.t.test(data, group,
sig = 0.05, Adj.sig = TRUE,
grpAdj = "bonferroni",
geneAdj = "fdr", ...)
|
data |
protein quantification data. column is sample. row is protein ID. |
group |
sample group information |
sig |
siginificant P value threshold. The default is 0.05. |
Adj.sig |
a logical value indicated that whether adjust P-values for multiple proteins comparisons in each two groups. |
grpAdj |
adjust multiple groups comparisions P-value in each two groups. The default is |
geneAdj |
adjust multiple proteins comparisions P-value in each group. The default is |
... |
Other arguments. |
Kefu Liu
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.