findModules.fast_greedy.once: Find Modules Fast and Greedy

View source: R/findModules.fast_greedy.once.R

findModules.fast_greedy.onceR Documentation

Find Modules Fast and Greedy

Description

This function finds modules with igraph::cluster_fast_greedy()

Usage

findModules.fast_greedy.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.


Sage-Bionetworks/metanetwork documentation built on April 27, 2022, 7:42 a.m.