run_hiplot: Run hiplot

View source: R/hiplot.R

run_hiplotR Documentation

Run hiplot

Description

Run hiplot

Usage

run_hiplot(opt = globs_get("opt"))

Arguments

opt

option list

Examples

## Not run: 
basedir <- system.file("extdata", "ezcox", package = "hiplotlib")
opt <- list(
  inputFile = file.path(basedir, "data.txt"),
  confFile = file.path(basedir, "data.json"),
  outputFilePrefix = file.path(basedir, "result/test"),
  tool = "ezcox",
  module = "basic",
  simple = FALSE,
  enableExample = TRUE,
  help = FALSE
)
dir.create(dirname(opt$outputFilePrefix))
dir.create(file.path(dirname(opt$outputFilePrefix), "log"))
options(hiplotlib.script_dir = dirname(basedir))
run_hiplot()

## End(Not run)

hiplot/hiplotlib documentation built on Jan. 31, 2024, 10:11 a.m.