R/pre_process_helpers.R
compute_de_table.Rd
compute_de_table = helper function to create differential expression table
compute_de_table(adata, comp_types, test_types, obs_names, sc)
the anndata object
what kind of comparisons? `allVrest` or `a V b`
statistical tests - t-test, etc
name of the adata$obs column defining the comparision groups
scanpy
diff_exp, differential expression table
TODO
#> Error in eval(expr, envir, enclos): object 'TODO' not found