summariseCliques: Summarise allele content per clique

View source: R/func__networkAnalyser__summariseCliques.R

summariseCliquesR Documentation

Summarise allele content per clique

Description

This function extract allele names from cliques and return a summary data frame.

Usage

summariseCliques(q, s = NULL)

Arguments

q

A list produced by the function max_cliques of the package igraph.

s

An optional list produced by the function compEdgeOccur for edge similarities.

Value

A data frame of three columns: Clique, Size and Alleles.

Author(s)

Yu Wan (wanyuac@126.com)


wanyuac/GeneMates documentation built on Aug. 12, 2022, 7:37 a.m.