View source: R/other_catalog_formats.R
WriteCatalogIndelSigPro | R Documentation |
Write Indel Catalogs in SigProExtractor format to a file.
WriteCatalogIndelSigPro(catalog, file, strict = TRUE, sep = "\t")
catalog |
A catalog as defined in |
file |
The path to the file to be created. |
strict |
If TRUE, do additional checks on the input, and stop if the checks fail. |
sep |
Separator to use in the output file. In older version SigProfiler read comma-separated files; as of May 2020 it reads tab-separated files. |
In ID (small insertion and deletion) catalogs in SigProExtractor format, deletion repeat sizes range from 0 to 5, rather than 0 to 5+.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.