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
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)