FBNNetwork.Graph | R Documentation |
Executing a list of processes in parallel with decreasing list
FBNNetwork.Graph(
fbnNetwork,
type = "static",
timeseriesMatrix = NULL,
fromTimePoint = 1,
toTimePoint = 5,
networkobject = NULL
)
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
|
No return
data('yeastTimeSeries')
network <- generateFBMNetwork(yeastTimeSeries)
network
## draw the general graph
FBNNetwork.Graph(network)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.