drawModule: Draw Single Module

Description Usage Arguments References

View source: R/drawModule.R

Description

Draw Single Module

Usage

1
2
drawModule(moduleNR, graph, title = "", nodes, colors,
  save.image = TRUE, close.cycnets.afterwards = FALSE)

Arguments

moduleNR

number of the module, that should be drawn.

graph

an igraph object, which can be generated with generateNetwork.

title

a name for the Cytoscape session.

nodes

data.table with data containing the nodes. It is contained in the output list of identifyModules.

colors

a colour palette as returned from rainbow for colouring the different modules.

save.image

TRUE, if the modules should be saved as png files.

close.cycnets.afterwards

TRUE, if the windows in the cytoscape environment should be closed after drawing. This might be useful repeated function call.

References

\insertRef

Shannon2003MoDentify

\insertRef

Smoot2011MoDentify

\insertRef

RCy3MoDentify


krumsiek/MoDentify documentation built on March 25, 2021, 8:32 a.m.