Convenience function to set up the directory structure used for storing data and results.
setupDirStructure(
outputDir = NULL,
onlyData = FALSE,
onlyResults = FALSE,
tableTCs = NULL,
algoName = NULL
)
No return value. Instead, the directory structure is set up.
(character) specifying the base output directory. From here, Data/biomarker and Result/algoName/biomarker directories are generated
(logical) if set to TRUE, only the biomarker subdirectories are generated, name of output directory is used as it is (default:FALSE)
(logical) if set to TRUE, only the algoName/biomarker subdirectories are generated, name of output directory is used as it is (default:FALSE)
(data frame) containing the pre-defined parameter combinations to generate the simulations
(character) specifying the name of the algorithm used for creating the subdirectory
Tatjana Ammer tatjana.ammer@roche.com