Skip to contents

This function tries to find densely connected subgraphs in a graph by calculating the leading non-negative eigenvector of the modularity matrix of the graph.

Usage

findModules.leading_eigen.once(adj, min.module.size)

Arguments

adj

A n x n upper triangular adjacency in the matrix class format.

min.module.size

Optional. Integer between 1 and n genes. (Default = 30)

Value

GeneModules = n x 3 dimensional data frame with column names as Gene.ID, moduleNumber, and moduleLabel.