# Example 1
# Retreive edge types for phosphorylation and dephosphorylation.
getEdgeTypes(c(7,8))
# Example 2
# Returns a data frame containing the innteraction - edge type mapper.
types <- getEdgeTypes()
# Set phosphorylation to inhibition.
types[8,2] <- 2
Run the code above in your browser using DataLab