do_ttest | R Documentation |
Do a t-test on all lipids.
do_ttest(lipid_data)
lipid_data |
tibble in tidy format, already nested |
A t-test will be done for each lipid. Also the p-value will be corrected for multiple testing.
a tibble with the results and the following columns model_test contains the model information for each lipid (nested) pvalue contains the uncorrected pvalue pvalue_cor contains the corrected pvalue fc the fold change estimate1/estimate2
Rico Derks
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.