custom_cssls | R Documentation |
This function contributes to solving a nonnegative least square linear problem using normal equations and the fast combinatorial strategy from Van Benthem et al. (2004). This implementation is similar to that included in the NMF R package by Renaud Gaujoux and Cathal Seoighe, and it is tailored to the data used in the mutational signature analysis. For more info, see: https://CRAN.R-project.org/package=NMF
custom_cssls(CtC, CtA, Pset)
CtC |
numeric matrix |
CtA |
numeric matrix |
Pset |
nueric matrix |
a numeric matrix
x <- mutSignatures:::getTestRunArgs(testN = "custom_cssls") y <- mutSignatures:::custom_cssls(CtC = x$CtC, CtA = x$CtA, Pset = x$Pset) y
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.