module_genes: Get the module genes in a CEMiTool object

module_genesR Documentation

Get the module genes in a CEMiTool object

Description

Get the module genes in a CEMiTool object

Usage

module_genes(cem, module = NULL)

## S4 method for signature 'CEMiTool'
module_genes(cem, module = NULL)

Arguments

cem

Object of class CEMiTool

module

A character string with the name of the module of which genes are to be returned. Defaults to NULL, which returns the full list of genes and modules.

Value

Object of class data.frame containing genes and their respective module

Examples

# Get example CEMiTool object
data(cem)
# Get the module genes
module_genes(cem)
# Get genes for module M1
module_genes(cem, module="M1")

csbl-usp/CEMiTool documentation built on March 27, 2024, 5:14 a.m.