show,BicorSolver-method {trena}R Documentation

Show the Bicor Solver

Description

Show the Bicor Solver

Usage

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

Arguments

object

An object of the class BicorSolver

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

[Package trena version 1.15.7 Index]