Performs a selected differential test on subsets of a matrix
1 2 3 4 5 6 7 8 9 10 11 12 | do_cell_proximity_test(
expr_values,
select_ind,
other_ind,
diff_test = c("permutation", "limma", "t.test", "wilcox"),
mean_method = c("arithmic", "geometric"),
offset = 0.1,
n_perm = 100,
adjust_method = c("bonferroni", "BH", "holm", "hochberg", "hommel", "BY", "fdr",
"none"),
cores = 2
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.