runCreateMx | R Documentation |
Runs all steps of creating matrix in ImmuneSpace.
runCreateMx( study, matrix_name, selected_biosamples, fas_id, labkey.url.base = "https://datatools.immunespace.org/", base_dir = file.path("/share", "files", "Studies", study, "@files"), output_dir = file.path(base_dir, "analysis", "exprs_matrices"), analysis_dir = file.path(base_dir, "rawdata", "gene_expression"), debug_dir = file.path(analysis_dir, "create-matrix", matrix_name), taskOutputParams = NULL, verbose = TRUE, snapshot = TRUE, reload = TRUE )
study |
Study accession |
matrix_name |
Name of the matrix |
selected_biosamples |
String listing biosample accessions to include, separated by commas (should be from one cell type from one cohort) |
fas_id |
Feature Annotation Set ID |
labkey.url.base |
labkey.url.base |
base_dir |
Base directory for all analysis and output files.
If |
output_dir |
Directory to write final matrices. On ImmuneSpace servers:
|
analysis_dir |
Directory to write intermediate files. On servers,
|
debug_dir |
Directory to write debug files. On servers,
it will be the same as |
taskOutputParams |
taskOutputParams |
verbose |
Print verbose debug statements? |
snapshot |
write copies of source files to |
reload |
Force re-download of supplementary files from GEO? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.