View source: R/CreateSynData.R
| CreateAndWriteCatalog | R Documentation |
Create and write a mutational spectra catalog
CreateAndWriteCatalog( sigs, exp, dir = NULL, write.cat.fn = ICAMS::WriteCatalog, extra.file.suffix = "", overwrite = FALSE, my.dir = NULL )
sigs |
Signatures to use. |
exp |
(Synthetic) exposures. |
dir |
Deprecated, maintained only to avoid
breaking old code. A subdirectory based on
the deprecated global variable |
write.cat.fn |
Function to write catalogs or spectra to files. |
extra.file.suffix |
Extra string to put before ".csv". |
overwrite |
If TRUE, overwrite existing directory; useful for debugging / testing. |
my.dir |
The directory in which to write the catalog and several additional files. |
Create a file with the catalog syn.data.csv
and writes sigs to input.sigs.csv.
Invisibly, the generated catalog.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.