View source: R/RunSignatureEstimationAttributionOnly.R
RunSignatureEstimationQPAttributeOnly | R Documentation |
Run SignatureEstimation Quadratic Programming (QP) attribution on a spectra catalog file and known signatures.
RunSignatureEstimationQPAttributeOnly( input.catalog, gt.sigs.file, out.dir, seedNumber = 1, test.only = FALSE, overwrite = FALSE )
input.catalog |
File containing input spectra catalog. Columns are samples (tumors), rows are mutation types. |
gt.sigs.file |
File containing input mutational signatures. Columns are signatures, rows are mutation types. |
out.dir |
Directory that will be created for the output;
abort if it already exits. Log files will be in
|
seedNumber |
Specify the pseudo-random seed number used to run SignatureEstimation. Setting seed can make the attribution of SignatureEstimation repeatable. Default: 1. |
test.only |
If TRUE, only analyze the first 10 columns
read in from |
overwrite |
If TRUE, overwrite existing output. Default: FALSE |
Invisibly returns a list which contains:
$exposuresCounts: the exposure counts inferred in ICAMSxtra format,
$exposureErrors: the MSE in ICAMSxtra format,
$SEoutput: A list which contains:
$exposures: exposure proportion in SignatureEstimation format, and errors invisibly.
$errors: mean squared error (MSE) between normalized reconstructed spectra and normalized ground-truth mutational spectra.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.