Description Usage Arguments Value Examples
Obtain the standard error estimates for parameters for mutation signatures and memberships
1 2 | bootPMSignature(mutationFeatureData, Param0, bootNum = 10, BG = NULL,
tol = 0.01, maxIter = 10000)
|
mutationFeatureData |
the mutation data (MutationFeatureData class (S4 class)) by the |
Param0 |
the initial value for the parameter of memberships used for bootstrapped parameter estimations |
bootNum |
the number of bootstrapping |
BG |
the background signature used for estimating Param0 |
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 of standard error matrices (mutation signatures, membership parameters)
1 2 3 | After obtaining mutationFeatureData (see e.g., by \code{readMPFile} function) as G,
and EstimatedParameters (e.g., by \code{getPMSignature} function) as Param,
bootParam <- bootPMSignature(G, Param, bootNum = 100)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.