FBNNetwork.Graph: Executing a list of processes in parallel with decreasing...

View source: R/graph_FBN.R

FBNNetwork.GraphR Documentation

Executing a list of processes in parallel with decreasing list

Description

Executing a list of processes in parallel with decreasing list

Usage

FBNNetwork.Graph(
  fbnNetwork,
  type = "static",
  timeseriesMatrix = NULL,
  fromTimePoint = 1,
  toTimePoint = 5,
  networkobject = NULL
)

Arguments

fbnNetwork

A FBN Network object

type

A type of object and its value is type=static | dynamic | staticSlice

timeseriesMatrix

A sample timeseries matrix

fromTimePoint

The time point at the beginning

toTimePoint

The time point at the end

networkobject

An object created by the funciton ConvertToNetworkGraphicObject.

Value

No return

Examples

data('yeastTimeSeries')
network <- generateFBMNetwork(yeastTimeSeries)
network
## draw the general graph
FBNNetwork.Graph(network)

clsdavid/FBNNet2_public documentation built on April 20, 2023, 4:36 p.m.