qtlOptions2JSON | 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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.