Description Objects from the Class Slots Extends Methods Author(s) Examples
extension to graphNEL for pathway rendering
Objects can be created by calls of the form
new("pwayGraph", nodes, edgeL, edgemode).
There is a plot method that will work reasonably well if the plotting surface is big enough.
pwaySource:Object of class "character" KEGG or BIOCARTA
nodes:Object of class "vector" pathway constituents in the native vocabulary
edgeL:Object of class "list" constituent
relations in the native vocabulary
edgeData:Object of class "attrData" relationship
attributes
nodeData:Object of class "attrData" node
attributes
renderInfo:Object of class "renderInfo" render info
graphData:Object of class "list" this holds
the special rendering attributes for edges and nodes, for nodes it
seems particularly important to have fixedsize = FALSE
Class graphNEL-class, directly.
Class graph-class, by class "graphNEL", distance 2.
signature(x = "pwayGraph"): renders the pathway
Vince Carey <stvjc@channing.harvard.edu>
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.