The type of interactions to plot. If NULL (default value), all the interactions are plotted. Otherwise, can be either:
"TC": plot only regulation of transcription
"TL": plot only regulation of translation
"RD": plot only regulation of RNA decay
"PD": plot only regulation of protein decay
"PTM": plot only regulation of protein post-translational modification
"RegComplexes": plot only binding interactions, i.e. linking the regulatory complexes to their components.
showAllVertices
Display vertices that don't have any edge? Default is FALSE
plotType
The type of plot function to use for the network: can be either
"2D" (default, use the function plot.igraph) or "interactive2D" (use the function
tkplot).
...
any other arguments to be passed to the plot function, see igraph.plotting.