Description Usage Arguments Value Examples
Show the Square Root Lasso Solver
1 2 | ## S4 method for signature 'SqrtLassoSolver'
show(object)
|
object |
An object of the class SqrtLassoSolver |
A truncated view of the supplied object
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.