maximal_kclique_enumeration: Maximal multipartite clique enumeration

View source: R/list_kcliques.R

maximal_kclique_enumerationR Documentation

Maximal multipartite clique enumeration

Description

Function to enumerate all maximal kcliques within a k-partite graph. It is a direct implementation of the algorithms used come from this paper Phillips et al. doi:10.3390/a12010023.

Usage

maximal_kclique_enumeration(G, dat)

Arguments

G

a k-partite graph, from class graph (package igraph).

dat

a dataset with multiple columns, each column containing each factor composing the k sets of the G

Value

A character vector containing all maximal kcliques ; each element of the vector is a maximal kclique ; each member of each clique is separated by a ";"


RemiMahmoud/kclique documentation built on March 18, 2023, 1:41 p.m.