Write Indel Catalogs in SigProExtractor format to a file.
WriteCatalogIndelSigPro(catalog, file, strict = TRUE, sep = "\t")A catalog as defined in ICAMS;
see also as.catalog.
The path to the file to be created.
If TRUE, do additional checks on the input, and stop if the checks fail.
Separator to use in the output file. In older version SigProfiler read comma-separated files; as of May 2020 it reads tab-separated files.