View source: R/EMuinteraction.R
CreateEMuOutput | R Documentation |
Prepare input file for EMu from a EMu formatted catalog file.
CreateEMuOutput( catalog, out.dir = paste0(dirname(catalog), "/ExtrAttr/EMu.results"), overwrite = FALSE )
catalog |
a catalog in ICAMS format. It can be
a .csv file, or a matrix or data.frame.
Usually, it refers to |
out.dir |
Directory that will be created for the output;
abort if it already exists. Usually, the |
overwrite |
If TRUE, overwrite existing output |
Creates folder named EMu.results
containing catalogs
in EMu-formatted catalogs: Rows are signatures;
the first column is the name of the mutation type, while the remaining
columns are samples (tumors).
These EMu-formatted catalogs will the input when running EMu program
later on compiled binary.
invisible(catalog)
,
original catalog in EMu format
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.