Usage
    add_annots_to_nodes(ccog, node_annots, id_column = "name")
 
     
    
    Arguments
    - ccog
 
CCC graph
 
- node_annots
 
annotation table (data.frame).  It should include
an ID column which should be used in left_join.
 
- id_column
 
ID column to be used for join operation between tables
 
 
    
    Value
    
CCC graph with revised annotations for nodes