View source: R/diff_analysis_gene_set_enrichment.R
run_pairwise_tests | R Documentation |
Run pairwise tests
run_pairwise_tests(
affectation,
by,
counts,
feature,
method,
progress = NULL,
BPPARAM = BiocParallel::bpparam()
)
affectation |
An annotation data.frame with cell_cluster and cell_id columns |
by |
= A character specifying the column of the object containing the groups of cells to compare. |
counts |
Count matrix |
feature |
Feature data.frame |
method |
DA method, Wilcoxon or edgeR |
progress |
A shiny Progress instance to display progress bar. |
BPPARAM |
BPPARAM object for multiprocessing. See bpparam for more informations. Will take the default BPPARAM set in your R session. |
A list containing objects for DA function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.