View source: R/run_prop_tests.R
run_prop_tests | R Documentation |
Run a series of proportional enrichment tests on the results of a phenotype to cell type association test.
run_prop_tests(
results,
branch_col = "ancestor_name",
celltype_col = "CellType",
func = list(rstatix::fisher_test, rstatix::prop_test)[[1]],
alternative = "greater",
cores = NULL,
...
)
results <- load_example_results()
results <- HPOExplorer::add_ancestor(results)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.