View source: R/pre_process_helpers.R
compute_de_table | R Documentation |
compute_de_table = helper function to create differential expression table
compute_de_table(adata, comp_types, test_types, obs_names, sc)
adata |
the anndata object |
comp_types |
what kind of comparisons? 'allVrest' or 'a V b' |
test_types |
statistical tests - t-test, etc |
obs_names |
name of the adata$obs column defining the comparision groups |
sc |
scanpy |
diff_exp, differential expression table
TODO
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.