getRegNet: getRegNet

View source: R/algorithm_functions.R

getRegNetR Documentation

getRegNet

Description

acessor for RegNet in PANDA object

Usage

getRegNet(x)

Arguments

x

an object of class "PANDA"

Value

Regulatory Network

Examples

data(yeast)
pandaRes <- panda(pandaToyData$motif,
pandaToyData$expression,pandaToyData$ppi,hamming=.5,progress=TRUE)
regNet <- getRegNet(pandaRes)

jnpaulson/pandaR documentation built on Oct. 1, 2023, 3:14 a.m.