show.BayesSpikeSolver: Show the Bayes Spike Solver

Description Usage Arguments Value Examples

Description

Show the Bayes Spike Solver

Usage

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

Arguments

object

An object of the class BayesSpikeSolver

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

trena documentation built on Nov. 15, 2020, 2:07 a.m.