show,SqrtLassoSolver-method {trena}R Documentation

Show the Square Root Lasso Solver

Description

Show the Square Root Lasso Solver

Usage

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

Arguments

object

An object of the class SqrtLassoSolver

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)
sqrt.solver <- SqrtLassoSolver(mtx.sub, target.gene, tfs)
show(sqrt.solver)

[Package trena version 1.5.8 Index]