View source: R/getBestDecomp4Ksignatures.R
getBestDecomp4Ksignatures | R Documentation |
Get the best decomposition for a subset of k signatures.
getBestDecomp4Ksignatures(genome, signatures, k, constrainToMaxContribution=FALSE, tolerance=0.1)
genome |
Genome for which to approximate the decomposition. |
signatures |
The whole set of signatures (from which to choose a subset signatures. |
k |
Number of signatures to use (subset size). |
constrainToMaxContribution |
(Optional) [Note: this is experimental
and is usually not needed!] If |
tolerance |
(Optional) If |
A list object containing: k=number of signatures; explVar=variance explained by these signatures; sigList=list of the signatures; decomposition=decomposition (exposures) obtained with these signatures.
Rosario M. Piro
Politecnico di Milano
Maintainer: Rosario
M. Piro
E-Mail: <rmpiro@gmail.com> or <rosariomichael.piro@polimi.it>
http://rmpiro.net/decompTumor2Sig/
Krueger, Piro (2019) decompTumor2Sig: Identification of mutational
signatures active in individual tumors. BMC Bioinformatics
20(Suppl 4):152.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.