
Apply node visual mappings in the active Cytoscape network
Source:R/CytoscapeGraphingFunctions.R
setNodeMapping.RdSets default node appearance (shape, color, size, border) and applies
discrete visual mappings for node shape and border color based on the
nodeType column from the function key.
Usage
setNodeMapping(cf = RCy3::getTableColumns("node"))Arguments
- cf
A data frame of node attributes from the active Cytoscape network; defaults to the full node table retrieved via
RCy3::getTableColumns.