get_stats | R Documentation |
Get FC and p values from a t test contrast
get_stats(
data,
feature,
grouping,
group_case,
group_ref,
paired,
min_groupsize = 3,
log_transform = FALSE
)
data |
data.frame or tibble |
feature |
feature |
grouping |
grouping |
group_case |
case group |
group_ref |
reference group |
paired |
paired data |
min_groupsize |
min group size for t test |
log_transform |
log transform before t test |
tibble with p values, fdr and log2FC
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.