View source: R/firevat_config.R
GenerateConfigObj | R Documentation |
This function generate config.obj by checking vcf header. Users should fill in the information needed in console. In current version, only Integers & Float values can be used in config.obj for running FIREVAT.
GenerateConfigObj( vcf.obj, save.config = TRUE, config.path = "../temp/FIREVAT_configure.json" )
vcf.obj |
A list from |
save.config |
If true, save config.obj to config.path |
config.path |
File path to write config.obj (json or yaml) |
config.obj
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.