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

View source: R/network_utils.R

plot_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

plot_modules(core_sub_jaccard_dist, final_genelist, allow.gap = 1)

Arguments

final_genelist

summary gene list

allow.gap

allow how man gaps between each sub-modules

final_summary

summary table

Examples

plot_modules(core_sub_jaccard_dist, final_genelist)

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