create_container_command | R Documentation |
Creation of the docker command
create_container_command(
in_dir,
out_dir,
container = c("docker", "apptainer"),
apptainer_container_path = NULL,
method = c("create_sig", "impute_cell_fractions"),
verbose = FALSE,
...
)
in_dir |
The folder in which the input files can be found (or are created in). Default is a temporary directory. |
out_dir |
The directory in which the output files are saved. Default is a temporary directory. |
container |
The container to use. Possibilities are 'docker' and 'apptainer' |
apptainer_container_path |
The path where the apptainer container is stored (optional) |
method |
Which docker command should be be created. For signature matrix creation use "create_sig", for cell type deconvolution use "impute_cell_fractions". |
verbose |
Whether to produce an output on the console. |
... |
The additional parameters for the command. |
A valid docker command to be run.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.