show,SpearmanSolver-method {trena}R Documentation

Show the Spearman Solver

Description

Show the Spearman Solver

Usage

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

Arguments

object

An object of the class SpearmanSolver

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

[Package trena version 1.6.1 Index]