Skip to contents

Add additional columns to all nodes in CCC graph:

  1. InCOI = TRUE if a node is included in COIs or is connected to a node in COIs

  2. tagged = TRUE if a node is included in a group that includes any of COIs, when edges_expanded_to_group = TRUE

Usage

tag_cells_in_ccc_graph(ccog, COIs, edges_expanded_to_group = FALSE)

Arguments

ccog

CCC graph

COIs

array of nodes to highlight

edges_expanded_to_group

If TRUE,

Value

CCC graph with InCOI and tagged columns (see above)