setCatchupFilterSecs | R Documentation |
This function sets an internal delay variable that allows
Cytoscape to "catchup" prior to subsequent functions. Call without specifying
secs
to restore default value.
setCatchupFilterSecs(secs = 1)
secs |
Number of seconds to delay. |
This delay is only necessary while concurrency bugs exist in the Cytoscape application. This delay may need to be increased from the default value in certain use cases, e.g., larger networks.
None
setModelPropagationSecs, setCatchupNetworkSecs
{
setCatchupFilterSecs(2)
setCatchupFilterSecs() #restores default delay
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.