Description Usage Arguments Value
View source: R/pm_getSignature.R
A function for estimating parameters using Squared EM algorithm
1 | mySquareEM(p, y, tol = 1e-04, maxIter = 10000)
|
p |
this variable includes the parameters for mutation signatures and membership parameters |
y |
this variable includes the information on the mutation features, the number of mutation signatures specified and so on |
tol |
tolerance for the estimation (when the difference of log-likelihoods become below this value, stop the estimation) |
maxIter |
the maximum number of iteration of estimation |
a list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.