connect_gap_modules: Loop through each of the modules and connect the adjacent...

View source: R/network_utils.R

connect_gap_modulesR Documentation

Loop through each of the modules and connect the adjacent ones which is only allow.gap away from each other

Description

Loop through each of the modules and connect the adjacent ones which is only allow.gap away from each other

Usage

connect_gap_modules(final_summary, final_genelist, allow.gap = 1)

Arguments

final_summary

summary table

final_genelist

summary gene list

allow.gap

allow how man gaps between each sub-modules

Examples

connect_gap_modules(final_summary, final_genelist, allow.gap=1)

naikai/sake documentation built on Feb. 15, 2023, 11 p.m.