getCoRegNet: getCoRegNet

View source: R/algorithm_functions.R

getCoRegNetR Documentation

getCoRegNet

Description

acessor for CoRegNet in PANDA object

Usage

getCoRegNet(x)

Arguments

x

an object of class "PANDA"

Value

Co-Regulatory Network

Examples

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

jnpaulson/pandaR documentation built on May 13, 2024, 11:30 a.m.