Learn R Programming

pharmr (version 1.4.0)

run_tool: run_tool

Description

Run tool workflow

note:: This is a general function that can run any tool. There is also one function for each specific tool. Please refer to the documentation of these for more specific information.

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