Learn R Programming

ICAMS (version 2.1.2)

WriteCatalogIndelSigPro: Write Indel Catalogs in SigProExtractor format.

Description

Write Indel Catalogs in SigProExtractor format to a csv file.

Usage

WriteCatalogIndelSigPro(catalog, file, strict = TRUE)

Arguments

catalog

A catalog as defined in ICAMS; see also as.catalog.

file

The path to the file to be created.

strict

If TRUE, do additional checks on the input, and stop if the checks fail.