show.EnsembleSolver: Show the Ensemble Solver

show,EnsembleSolver-methodR Documentation

Show the Ensemble Solver

Description

Show the Ensemble Solver

Usage

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

Arguments

object

An object of the class EnsembleSolver

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

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