View source: R/utility-functions.R
generate_default_folder_structure | R Documentation |
The function produces a folder structure in the file system at the provided path that respects VISPA2 standards, with package-included data.
generate_default_folder_structure(
type = "correct",
dir = tempdir(),
af = "default",
matrices = "default"
)
type |
One value between |
dir |
Path to the folder in which the structure will be produced |
af |
Either |
matrices |
Either |
A named list containing the path to the association file and the path to the top level folder(s) of the structure
The function will explicitly check for the presence of these tags:
project_id
tag_seq
vispa_concatenate
Other Utilities:
as_sparse_matrix()
,
comparison_matrix()
,
enable_progress_bars()
,
export_ISA_settings()
,
generate_Vispa2_launch_AF()
,
generate_blank_association_file()
,
import_ISA_settings()
,
separate_quant_matrices()
,
transform_columns()
fs_path <- generate_default_folder_structure(type = "correct")
fs_path
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.