Description Usage Arguments Value
View source: R/run_model_comparison.R
Fit regression models for many genes
1 2 |
cntfile |
Expression quantity file (RData format: Use 'save' and 'load'). The count matrix is gene x cell. |
formula_string |
A regression formula to fit the non-zero-inflated counts |
nCores |
Number of cores |
seed |
Seed number |
adapt_delta |
The target average proposal acceptance probability during Stan’s adaptation period (default:0.8) |
model2fit |
A specific model to fit (1:P, 2:NB, 3:ZIP, 4:ZINB, NULL:All) |
outfile |
Output file name to store ELPD_loo results (RDS format) |
A list of ELPD_loo results and mean parameters returned by loo::compare
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.