View source: R/Main_functions.R
row_ttest | R Documentation |
Perform a Welch two-sided t-test comparison between two groups by row
row_ttest(df, idx_group_1, idx_group_2, log = TRUE, ...)
df |
a data frame |
idx_group_1 |
column indexes corresponding to the first group |
idx_group_2 |
column indexes corresponding to the second group |
log |
option to perform the t-test on log transformed data |
... |
parameters passed to |
A data frame with columns 'p_val' and 'fold_change' (group_1 vs group_2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.