Rdocumentation
powered by
Learn R Programming
SetRank (version 1.1.0)
generatePMapping: Generates a visual property mapping for p-value attributes
Description
Used by the
createCytoscapeVizMap
function. For internal use only.
Usage
generatePMapping(attributeTables, graphAttribute)
Arguments
attributeTables
A list of two elements, "
node
" and "
edge
" containing the concatenated node and edge attributes for all networks supplied to
createCytoscapeVizMap
.
graphAttribute
The name of the node or edge attribute for which to create the mapping
Value
An xmlNode object representing the VizMap property mapping.