Runsigfit | R Documentation |
WARNING: sigfit can only do exposure attribution using SBS96 spectra catalog and signature catalog!
Runsigfit( input.catalog, out.dir, model = "nmf", CPU.cores = NULL, seedNumber = 1, K.exact = NULL, K.range = NULL, 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
|
model |
Algorithm to be used to extract signatures and attribute exposures. Only "nmf" or "emu" is valid. Default: "nmf". |
CPU.cores |
Number of CPUs to use in running
sigfit. For a server, 30 cores would be a good
choice; while for a PC, you may only choose 2-4 cores.
By default (CPU.cores = NULL), the CPU.cores would be equal
to |
seedNumber |
Specify the pseudo-random seed number used to run sigfit. Setting seed can make the attribution of sigfit repeatable. Default: 1. |
K.exact, K.range |
WARNING: You must specify only one of Default: NULL |
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 sigfit
, invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.