Show the Pearson Solver

# S4 method for 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)
#> PearsonSolver with mtx.assay (154, 278), targetGene MEF2C, 153 candidate regulators ADNP,ADNP2,ALX3,ALX4,ARX,ATF2,ATF7,BACH1,BACH2,BCL6...