show,EnsembleSolver-method | R Documentation |
Show the Ensemble Solver
## S4 method for signature 'EnsembleSolver'
show(object)
object |
An object of the class EnsembleSolver |
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)
ensemble.solver <- EnsembleSolver(mtx.sub, target.gene, tfs)
show(ensemble.solver)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.