Description Usage Arguments Value Examples
Add a transition between two states to a Griffin query. The function takes a dataframe with the steady states where wach row corresponds to a steady state and each column corresponds to a node of the network The valid values are: 1: active 0: inactive *: non-determined
1  | addGqueryTransition(j.query, df.transition)
 | 
j.query | 
 Griffin query  | 
df.transition | 
 dataframe with valid states in order  | 
query java query to run Griffin
1 2 3  | transition = data.frame(a=c(1,1), b=c(0,1), c=c(0,0),
                  stringsAsFactors = F )
q = addGqueryTransition(q, transition)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.