getNetTopology: Returns the topology with signs of a network

Description Usage Arguments Value Examples

View source: R/BNP_Topology.R

Description

Takes a BoolNet network Returns a DataFrame of the form: Source, Target, Interaction Interactions types can be: '+' : Mandatory, positive, unambiguous '-' : Mandatory, negatice, unambiguous 'MA' : Mandatory, ambiguous 'NR' : Non-functional regulation

Usage

1

Arguments

net

BoolNet function

Value

df.graph dataframe with source and target nodes and the type of interactions

Examples

1
2
data(cellcycle)
getNetTopology(cellcycle)

mar-esther23/boolnet-perturb documentation built on April 21, 2020, 9:11 a.m.