mod_gene_num {fcoex}R Documentation

Get the number of genes in modules in a fcoex object This function was copied and adapted from the CEMiTool package.

Description

Get the number of genes in modules in a fcoex object This function was copied and adapted from the CEMiTool package.

Usage

mod_gene_num(fc, module = NULL)

## S4 method for signature 'fcoex'
mod_gene_num(fc, module = NULL)

Arguments

fc

Object of class fcoex

module

Default is NULL. If a character string designating a module is#' given, the number of genes in that module is returned instead.

Value

The number of genes in module(s)

Examples

data("fc")
mod_gene_num(fc, module = "TYROBP")

[Package fcoex version 1.6.0 Index]