sample_log_normal_stutter_variance {simDNAmixtures} | R Documentation |
Sample log normal stutter variance parameters according to priors
Description
Sample log normal stutter variance parameters according to priors
Usage
sample_log_normal_stutter_variance(log_normal_stutter_variability)
Arguments
log_normal_stutter_variability |
List of variability parameters. See gf for an example. |
Value
Named numeric with stutter variance parameter for all stutter types. Names are k2
concatenated with the name of the stuter type. See example.
Examples
data(gf)
log_normal_stutter_variability <- gf$log_normal_settings$stutter_variability
k2 <- sample_log_normal_stutter_variance(log_normal_stutter_variability)
[Package simDNAmixtures version 1.0.1 Index]