show.LassoSolver: Show the Lasso Solver

show,LassoSolver-methodR Documentation

Show the Lasso Solver

Description

Show the Lasso Solver

Usage

## S4 method for signature 'LassoSolver'
show(object)

Arguments

object

An object of the class LassoSolver

Value

A truncated view of the supplied object

Examples

load(system.file(package="trena", "extdata/ampAD.154genes.mef2cTFs.278samples.RData"))
target.gene <- "MEF2C"
tfs <- setdiff(rownames(mtx.sub), target.gene)
lasso.solver <- LassoSolver(mtx.sub, target.gene, tfs)
show(lasso.solver)

PriceLab/TReNA documentation built on March 21, 2023, 1:57 p.m.