Description Usage Arguments Examples
This function returns the a data frame containing the p-value for each protein grouping in a two-sided non-paired unequal variance t-test between two specified groups
1 | pval_ttest(dat, group, ctrl, col = "Master.Protein.Accessions")
|
dat |
a data frame stacked into separate columns with the natural log of the normalized abundance for each group with a column containing the Master.Protein.Accessions |
group |
character string of the first group |
ctrl |
character string of the second (control) group |
col |
character string of the column with grouping variables, defaults to "Master.Protein.Accessions" |
1 | p_vals <- pval_ttest(stacked, "group1_log", "ctrl_log")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.