generate_blank_association_file: Create a blank association file.

View source: R/utility-functions.R

generate_blank_association_fileR Documentation

Create a blank association file.

Description

Produces a blank association file to start using both VISPA2 and ISAnalytics

Usage

generate_blank_association_file(path)

Arguments

path

The path on disk where the file should be written - must be a file

Value

NULL

See Also

Other Utilities: as_sparse_matrix(), comparison_matrix(), enable_progress_bars(), export_ISA_settings(), generate_Vispa2_launch_AF(), generate_default_folder_structure(), import_ISA_settings(), separate_quant_matrices(), transform_columns()

Examples

temp <- tempfile()
generate_blank_association_file(temp)

calabrialab/ISAnalytics documentation built on Nov. 2, 2023, 8:57 p.m.