Description Usage Arguments Value
clac DEGs among multiple groups
1 2 3 4 5 6 7 8 9 10 11 12 | tl_PairwiseDEGs(
data,
group_by,
groups = NULL,
features = NULL,
p_adjust = T,
multi_test = kruskal.test,
do_pairwise = F,
pairs = NULL,
pairwise_test = wilcox.test,
...
)
|
data |
feature by cell matrix |
group_by |
a vector of cell annotations |
groups |
subset cells belonging to these groups |
features |
features to calc |
p_adjust |
adjust p value |
multi_test |
function to test across multiple groups |
do_pairwise |
do pairwised test |
pairs |
a list of pairs to test, NULL for all pairs |
pairwise_test |
function to test two groups included in pairs. |
... |
ohter params passed to pairwise_test. |
a data.frame of gene and pvalues
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.