function_apply_onesimulation_withmarkerinfo {CyTOFpower}R Documentation

One simulation with markers NB information.

Description

One simulation with markers NB information.

Usage

function_apply_onesimulation_withmarkerinfo(variation)

Arguments

variation

list, list of list containing the different input parameter variations @describeIn function_create_mock_dataset_withmarkerinfo.

Details

Apply one simulation for a given parameter combination number times (iterations), when we have prior information about the markers distribution parameters (mean and dispersion of the negative binomial).

Value

list of simulated data. Each list member contains 5 slots: - variation: the variation of input paramaters which has been used in input; - df_info: experimental information (donor IDs, group IDs, samples IDs); - DE_markers_names: name of the differentially expressed markers; - ls_mock_data: list of data.frames, each data.frame being one simulation of the cell values using the input parameters provided (list is length nb_sim).


[Package CyTOFpower version 0.99.4 Index]