groupdiff | R Documentation |
find differential peptides in 2 groupes.
groupdiff(dat, grp1, grp2, p = 0.001, wtest = "ttest")
dat |
data matrix or similar |
grp1 |
and |
grp2 |
should be columns of 'dat'. |
wtest |
following tests are available: "ttest" - log-2-t-test. 'dat' should be signals "wilcox" - Wilcoxon rank sum test. 'dat' should be signals too "fisher" - Exact fisher-test, 'dat' should be T/F-table (specres) |
a list with a vector of peptides higher in group 1, a vector of peptides higher in group 2 and, if fisher-test was done, a table with the specific-counts (2x2-tables)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.