Description Usage Arguments Value Examples
Obtain the standard error estimates for parameters for mutation signatures and memberships
1 | getMutMembership(MutationFeatureData, EstimatedParameters)
|
EstimatedParameters |
the estimated parameters (EstimatedParameter class (S4 class)) by the |
mutationFeatureData |
the mutation data (MutationFeatureData class (S4 class)) by the |
a data frame of mutation wise membership.
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,
mutMembership <- getMutMembership(G, Param)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.