show.MotifMatcher: Show a MotifMatcher object

show,MotifMatcher-methodR Documentation

Show a MotifMatcher object

Description

Show a MotifMatcher object

Usage

## S4 method for signature 'MotifMatcher'
show(object)

Arguments

object

An object of the class MotifMatcher

Value

A truncated view of the supplied object

Examples

load(system.file(package="trena", "extdata/ampAD.154genes.mef2cTFs.278samples.RData"))
target.gene <- "MEF2C"
tfs <- setdiff(rownames(mtx.sub), target.gene)
lassopv.solver <- LassoPVSolver(mtx.sub, target.gene, tfs)
show(lassopv.solver)

PriceLab/TReNA documentation built on March 21, 2023, 1:57 p.m.