random_module {SeqNet}R Documentation

Create a random module

Description

Create a random module

Usage

random_module(nodes, module_name = NULL, ...)

Arguments

nodes

A numeric vector indicating which nodes in the network are contained in this module.

module_name

(optional) Character string specifying the name of the module. If NULL, the module will be unnamed.

...

Additional arguments passed to random_module_structure.

Value

A 'network_module' object.

References

Grimes T, Datta S (2021). “SeqNet: An R Package for Generating Gene-Gene Networks and Simulating RNA-Seq Data.” Journal of Statistical Software, 98(12), 1–49. doi: 10.18637/jss.v098.i12, https://doi.org/10.18637/jss.v098.i12.

Examples

module <- random_module(1:10)

[Package SeqNet version 1.1.3 Index]