function_run_bootstrapcytoGLMM {CyTOFpower} | R Documentation |
Run cytoglm.
function_run_bootstrapcytoGLMM(mock_dataset, nb_bootstrap = 500)
mock_dataset |
data.frame, cell values for each marker. |
nb_bootstrap |
numeric, number of bootstrap (by defaults nb_bootstrap = 1000). |
Function to run the Generalized Linear Model with Bootstrap, from the CytoGLMM package.
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.