do_permuttest_random: do_permuttest_random

Description Usage

Description

calculate random values

Performs permutation test on subsets of a matrix

Usage

 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
)

bernard2012/Giotto documentation built on Sept. 22, 2020, 10:29 a.m.