perform_paired_t_test | R Documentation |
Performs paired t-tests between two groups.
perform_paired_t_test(object, group, id, all_features = FALSE, ...)
object |
a MetaboSet object |
group |
character, column name of pData with the group information |
id |
character, column name of pData with the identifiers for the pairs |
all_features |
should all features be included in FDR correction? |
... |
additional parameters to t.test |
data frame with the results
t.test
paired_t_results <- perform_paired_t_test(drop_qcs(example_set), group = "Time", id = "Subject_ID")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.