Learn R Programming

BioM2 (version 1.1.0)

ShowModule: Display biological information within each pathway module

Description

Display biological information within each pathway module

Usage

ShowModule(obj = NULL, ID_Module = NULL, exact = TRUE, ancestor_anno = NULL)

Value

List containing biologically specific information within the module

Arguments

obj

Results produced by PathwaysModule()

ID_Module

ID of the diff module

exact

Whether to divide GO pathways more accurately (work when ancestor_anno=NULL)

ancestor_anno

Annotations for ancestral relationships (like data('GO_Ancestor') )