addGqueryTransition: Add a transition between two states to a Griffin query.

Description Usage Arguments Value Examples

View source: R/createQuery.R

Description

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

Usage

1
addGqueryTransition(j.query, df.transition)

Arguments

j.query

Griffin query

df.transition

dataframe with valid states in order

Value

query java query to run Griffin

Examples

1
2
3
transition = data.frame(a=c(1,1), b=c(0,1), c=c(0,0),
                  stringsAsFactors = F )
q = addGqueryTransition(q, transition)

mar-esther23/rgriffin documentation built on May 29, 2021, 10:03 p.m.