View source: R/RunmutSignatures.R
RunmutSignatures | R Documentation |
Run mutSignatures extraction and attribution on a spectra catalog file
RunmutSignatures( input.catalog, out.dir, CPU.cores = NULL, seedNumber = 12345, K.exact = NULL, nrun.exact = 1000, test.only = FALSE, overwrite = FALSE )
input.catalog |
File containing input spectra catalog. Columns are samples (tumors), rows are mutation types. |
out.dir |
Directory that will be created for the output;
abort if it already exits. Log files will be in
|
CPU.cores |
Number of CPUs to use in running
|
seedNumber |
Specify the pseudo-random seed number used to run mutSignatures. Setting seed can make the attribution of mutSignatures repeatable. Default: 1. |
K.exact |
|
nrun.exact |
number of NMF runs for extracting signatures and inferring exposures. |
test.only |
If TRUE, only analyze the first 10 columns
read in from |
overwrite |
If TRUE, overwrite existing output. Default: FALSE |
Creates several
files in out.dir
. These are:
TODO(Steve): list the files
TODO(Wuyang)
The inferred exposure of mutSignatures
, invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.