calculate random values
Performs permutation test on subsets of a matrix
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | do_permuttest_random(
expr_values,
select_ind,
other_ind,
name = "perm_1",
mean_method,
offset = 0.1
)
do_permuttest(
expr_values,
select_ind,
other_ind,
n_perm = 1000,
adjust_method = "fdr",
mean_method,
offset = 0.1,
cores = 2
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.