getSolverObject: Get the Solver Object from a TReNA Object

Description Usage Arguments Value Examples

Description

Get the Solver Object from a TReNA Object

Usage

1

Arguments

obj

An object of class TReNA

Value

The Solver object contained by the given TReNA object

Examples

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)

TReNA documentation built on Nov. 17, 2017, 12:35 p.m.