dropsim_estimation | R Documentation |
This function is used to estimate useful parameters from a real dataset by
using fit_parameters
function in dropsim package.
dropsim_estimation(ref_data, verbose = FALSE, seed)
ref_data |
A count matrix. Each row represents a gene and each column represents a cell. |
verbose |
Logical. |
seed |
An integer of a random seed. |
A list contains the estimated parameters and the results of execution detection.
Github URL: https://github.com/marchinilab/dropsim
## Not run:
ref_data <- simmethods::data
## estimation
estimate_result <- simmethods::dropsim_estimation(
ref_data = ref_data,
verbose = TRUE,
seed = 111
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.