show,BayesSpikeSolver-method {trena} | R Documentation |
Show the Bayes Spike Solver
## S4 method for signature 'BayesSpikeSolver' show(object)
object |
An object of the class BayesSpikeSolver |
A truncated view of the supplied object
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)