Description Usage Arguments Value Examples
Get the Solver Object from a TReNA Object
1 | getSolverObject(obj)
|
obj |
An object of class TReNA |
The Solver object contained by the given TReNA object
1 2 3 4 | # Create a LassoSolver object using the included Alzheimer's data and retrieve the solver object
load(system.file(package="TReNA", "extdata/ampAD.154genes.mef2cTFs.278samples.RData"))
solver <- TReNA(mtx.sub, solver = "lasso")
mtx <- getSolverObject(solver)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.