show.RandomForestSolver.Rd
Show the Random Forest Solver
# S4 method for RandomForestSolver show(object)
object | An object of the class RandomForestSolver |
---|
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) rf.solver <- RandomForestSolver(mtx.sub, target.gene, tfs) show(rf.solver)#> RandomForestSolver with mtx.assay (154, 278), targetGene MEF2C, 153 candidate regulators ADNP,ADNP2,ALX3,ALX4,ARX,ATF2,ATF7,BACH1,BACH2,BCL6...