graph-processing: Extract the maximal cliques

Description Usage Arguments Value Examples

Description

For internal use only. Extract the cliques.

For internal use only. Force Moralization

Usage

1
2
3

Arguments

dag

a Directed Aciclic Graph

root

a node to use as root

graph

a graphNEL object

Value

list of nodes cliques

Examples

1
2
3
4
  graph <- gRbase::dag(c("me","ve"),c("me","al"),c("me","me"),
    c("ve","al"),c("al","an"),
    c("al","st"),c("an","st"))
  extractCliquesFromDag(graph)

cavei/houseOfClipUtility documentation built on May 12, 2019, 5:23 p.m.