View source: R/signatureFitMultiStepLib.R
getGiniThresholds | R Documentation |
Given a matrix of mutational signatures and Gini threshold scaling factors, return the value of the thresholds.
getGiniThresholds(
signatures,
giniThresholdScaling,
giniThresholdScaling_nmuts,
verbose = TRUE
)
signatures |
matrix of mutational signatures, with signatures as columns and channels as rows |
giniThresholdScaling |
scaling factor for relative threshold (percentage of mutations) |
giniThresholdScaling_nmuts |
scaling factor for absolute threshold (number of mutations) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.