You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warning("You need 'var_registration' to have at least 3 different values to compute an F-statistic, returning Enrichment statistics only", call.=FALSE)
89
+
}
79
90
80
91
results_enrichment<-
81
92
registration_stats_enrichment(
@@ -85,29 +96,40 @@ registration_wrapper <-
85
96
gene_ensembl=gene_ensembl,
86
97
gene_name=gene_name
87
98
)
88
-
results_pairwise<-
99
+
100
+
## with more than 2 groups run ANOVA and pairwise data
0 commit comments