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