View source: R/firevat_optimization.R
ParameterToBits | R Documentation |
Calculate the number of bits needed to conduct FIREVAT GA binary optimization.
ParameterToBits(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
params.bit.lenA numeric vector. Each element is the bit length of each parameter value
vcf.objA vcf.obj (ReadVCF
) with updated data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.