show.EnsembleSolver: Show the Ensemble Solver

Description Usage Arguments Value Examples

Description

Show the Ensemble Solver

Usage

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

Arguments

object

An object of the class EnsembleSolver

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

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