View source: R/firevat_optimization.R
GetParameterLowerUpperVector | R Documentation |
Return a lower/upper vector needed to conduct FIREVAT GA real-valued optimization.
GetParameterLowerUpperVector(vcf.obj, config.obj, vcf.filter, multiplier = 100)
vcf.obj |
A list from ReadVCF |
config.obj |
A list from ParseConfigFile |
vcf.filter |
A list from MakeMuTect2Filter |
multiplier |
A multiplier for convert fraction to integer (default = 100) |
vcf.obj$data: if max(vcf.obj$data[[param]]) < 1, then multiply multiplier to the vector
A list with the elements
lower.vector A numeric vector. Each element is the minimum value of each parameter
upper.vector A numeric vector. Each element is the maximum value of each parameter
vcf.obj vcf.obj with updated data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.