run_tool {pharmr} | R Documentation |
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, ...)
Arguments
name |
(str) Name of tool to run |
... |
Arguments to pass to tool |
Value
(Results) Results object for tool
Examples
## Not run:
model <- load_example_model("pheno")
res <- run_tool("ruvsearch", model)
## End(Not run)
[Package pharmr version 1.0.1 Index]