plus-.SBGNview: Generic function to modify SBGN graph features

Description Usage Arguments Value Examples

Description

This binary operator ("+") modifies a SBGNview object(first argument) using a function (second argument)

Usage

1
2
## S3 method for class 'SBGNview'
SBGNview.obj + fn

Arguments

SBGNview.obj

An object of class SBGNview

fn

A character string. The name of any funtion that modifies and returns a SBGNview object. Some functions are available in SBGNview package: highlight.path, highlight.nodes.

Value

The returned value of *fn*

Examples

1
2
3
4
5
6
7
8
 data(SBGNview.obj)
## Not run: 
data("SBGNview.obj" )
obj.new = SBGNview.obj + 
            highlight.arcs(class = "production",color = "red") 


## End(Not run)

chemokine/OmicsSBGN documentation built on June 27, 2019, 7:52 p.m.