perform_paired_t_test: Perform paired t-tests

perform_paired_t_testR Documentation

Perform paired t-tests

Description

Performs paired t-tests between two groups.

Usage

perform_paired_t_test(object, group, id, all_features = FALSE, ...)

Arguments

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

Value

data frame with the results

See Also

t.test

Examples

paired_t_results <- perform_paired_t_test(drop_qcs(example_set), group = "Time", id = "Subject_ID")


antonvsdata/notame documentation built on Sept. 14, 2024, 11:09 p.m.