qtlOptions2JSON {MAGAR} | R Documentation |
This function stores the current options setting as a JSON file at the specified path
qtlOptions2JSON(path = file.path(getwd(), "methQTL_options.json"))
path |
A filename, to which the option setting is to be saved |
None
Michael Scherer
qtlSetOption('cluster.cor.threshold'=0.5) qtlOptions2JSON("my_opts.json") qtlJSON2options("my_opts.json")