
Harmonize gene and PTM node tables for a combined CFN/CCCN network
Source:R/CytoscapeGraphingFunctions.R
harmonize_cfs.RdMerges a gene-level node attribute table with PTM-level rows derived from
the PTM table, ensuring the id column is present and used as the
Cytoscape node key. PTM nodes are annotated from the function key and
linked to their parent genes via a parent column.
Value
A merged data frame of gene and PTM node attributes with id
as the first column, suitable for RCy3::createNetworkFromDataFrames.