show.SpearmanSolver: Show the Spearman Solver

Description Usage Arguments Value Examples

Description

Show the Spearman Solver

Usage

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

Arguments

object

An object of the class SpearmanSolver

Value

A truncated view of the supplied object

Examples

1
2
3
4
5
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)

PriceLab/trena-until-01mar2018 documentation built on May 25, 2019, 1:22 p.m.