show.BicorSolver: Show the Bicor Solver

show,BicorSolver-methodR 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)

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