function_run_bootstrapcytoGLMM {CyTOFpower}R Documentation

Run cytoglm.

Description

Run cytoglm.

Usage

function_run_bootstrapcytoGLMM(mock_dataset, nb_bootstrap = 500)

Arguments

mock_dataset

data.frame, cell values for each marker.

nb_bootstrap

numeric, number of bootstrap (by defaults nb_bootstrap = 1000).

Details

Function to run the Generalized Linear Model with Bootstrap, from the CytoGLMM package.

Value

list of 3 slots: - model_fit: fit of the model; - plot: plot of the effects; - results_summary: data.frame containing the results of the models for each marker.


[Package CyTOFpower version 1.0.0 Index]