qtlOptions2JSON: qtlOptions2JSON

View source: R/options.R

qtlOptions2JSONR Documentation

qtlOptions2JSON

Description

This function stores the current options setting as a JSON file at the specified path

Usage

qtlOptions2JSON(path = file.path(getwd(), "methQTL_options.json"))

Arguments

path

A filename, to which the option setting is to be saved

Value

None

Author(s)

Michael Scherer

Examples

qtlSetOption('cluster.cor.threshold'=0.5)
qtlOptions2JSON("my_opts.json")
qtlJSON2options("my_opts.json")

MPIIComputationalEpigenetics/MAGAR documentation built on Nov. 10, 2023, 4:16 p.m.