Description Usage Arguments Value
View source: R/prepare_job_array.R
Divide the entire data into many chunks to "run_model_comparison" on a cluster in parallel
1 2 3 |
loomfile |
Expression quantity file (loom format). |
num_chunks |
Number of chunks. |
outdir |
Name of the folder where results should be stored. |
dryrun |
TRUE if you only want to check the job submission commands. |
covariates |
Name of covariates (A col.attrs name in the input loomfile.) |
layer |
A layer name of the count to use in the loom file. |
nCores |
Number of cores to run stan fitting in parallel |
seed |
Seed number to reproduce randomized results |
gene_start |
Starting gene index to analyze. |
gene_end |
Ending gene index to analyze. |
chunk_start |
Starting chunk index to submit. |
chunk_end |
Ending chunk index to submit. |
... None is returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.