Learn R Programming

pharmr (version 0.96.0)

run_tool: run_tool

Description

Run tool workflow

Usage

run_tool(name, ...)

Value

(Results) Results object for tool

Arguments

name

(str) Name of tool to run

...

Arguments to pass to tool

Examples

Run this code
if (FALSE) {
model <- load_example_model("pheno")
res <- run_tool("ruvsearch", model)
}

Run the code above in your browser using DataLab