function_apply_modelcomputations_modelchoice {CyTOFpower}R Documentation

Run DS tests for one simulation.

Description

Run DS tests for one simulation.

Usage

function_apply_modelcomputations_modelchoice(
  list_combined_output,
  model = c("cytoglmm", "cytoglm", "testDS_limma_random", "testDS_limma_fixed",
    "testDS_lmm")
)

Arguments

list_combined_output

list, of simulated data (output of the function_apply_onesimulation_withmarkerinfo function).

model

vector, name(s) of models to test.

Details

Wrapper to run the models through the different simulations.

Value

data.frame of results for each simulation.


[Package CyTOFpower version 0.99.4 Index]