show.SqrtLassoSolver: Show the Square Root Lasso Solver

Description Usage Arguments Value Examples

Description

Show the Square Root Lasso Solver

Usage

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

Arguments

object

An object of the class SqrtLassoSolver

Value

A truncated view of the supplied object

Examples

1
2
3
4
5
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)

PriceLab/trena-until-01mar2018 documentation built on May 25, 2019, 1:22 p.m.