evaluateStability | R Documentation |
Perform a final Stability check comparing the results from all iterations of the analysis.
evaluateStability(wall, hall, params)
wall |
numeric matrix including the w results from all the iterations of the analysis |
hall |
numeric matrix including the h results from all the iterations of the analysis |
params |
list including all the parameters required for running tha analysis |
The function evaluates the results from all iterations by performing a silhouette check. A silhouette plot will also be plotted. This is one of the core functions included in the original mutSignatures R library, and in the WTSI MATLAB framework. This is an internal function.
list including all results from the stability checks. This includes the most likely signatures (cen-troids) and exposures. All information for plotting the silhouette plot will also be returned.
Damiano Fantini, damiano.fantini@gmail.com
More information and examples about mutational signature analysis can be found here:
Official website: http://www.mutsignatures.org
More info and examples about the mutSignatures R library: https://www.data-pulse.com/dev_site/mutsignatures/
Oncogene paper, Mutational Signatures Operative in Bladder Cancer: https://www.nature.com/articles/s41388-017-0099-6
WTSI framework: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3588146/
# Obtain sample data TMP <- mutSignatures:::getTestRunArgs("evaluateStability") Y <- mutSignatures:::evaluateStability(wall = TMP$W, hall = TMP$H, params = TMP$params)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.