Skip to contents

Compute statistics for c-score based on condition column

Usage

res_pv(ribo = ribo, test = "student", condition_col = NULL)

Arguments

ribo

a RiboClass object

test

statistic test wanted student, anova or kruskal

condition_col

column condition in metadata

Value

a dataframe

Examples

res_pv(ribo = ribo_adj_annot, test_name = t.test, condition_col = col)
#> Error in res_pv(ribo = ribo_adj_annot, test_name = t.test, condition_col = col): unused argument (test_name = t.test)