show,PearsonSolver-method {trena}R Documentation

Show the Pearson Solver

Description

Show the Pearson Solver

Usage

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

Arguments

object

An object of the class PearsonSolver

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

[Package trena version 1.16.0 Index]