get_significant_biomarker: Extract statistically significant biomarkers

Description Usage Arguments Value Examples

View source: R/get_summary.R

Description

Extract statistically significant biomarkers

Usage

1
get_significant_biomarker(object, cutoff = 0.5)

Arguments

object

data_adapt object

cutoff

cut-off value for composition percentage

Value

(integer vector) of significant gene index

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
set.seed(1234)
data(simpleArray)
simulated_array <- simulated_array
simulated_treatment <- simulated_treatment

adaptest_out <- adaptest(Y = simulated_array,
                         A = simulated_treatment,
                         W = NULL,
                         n_top = 5,
                         n_fold = 3,
                         learning_library = 'SL.glm',
                         parameter_wrapper = adaptest::rank_DE,
                         absolute = FALSE,
                         negative = FALSE)
get_significant_biomarker(adaptest_out)

adaptest documentation built on April 28, 2020, 7:24 p.m.