View source: R/MultiModalMuSigInteraction.R
CreateMultiModalMuSigOutput | R Documentation |
Prepare input file for MultiModalMuSig from a MultiModalMuSig formatted catalog file.
CreateMultiModalMuSigOutput( catalog, out.dir = paste0(dirname(catalog), "/ExtrAttr/MultiModalMuSig.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 MultiModalMuSig.results
containing catalogs
in MultiModalMuSig-formatted catalogs: Rows are signatures;
the first column is the name of the mutation type, while the remaining
columns are samples (tumors).
These MM-formatted catalogs will the input when running MultiModalMuSig program
later on Julia platform.
invisible(catMatrix)
,
original catalog in MultiModalMuSig format
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.