powered by
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.
run_tool(name, ...)
(Results) Results object for tool
(str) Name of tool to run
Arguments to pass to tool
if (FALSE) { model <- load_example_model("pheno") res <- run_tool("ruvsearch", model) }
Run the code above in your browser using DataLab