mod_gene_num: Get the number of genes in modules in a fcoex object This...

Description Usage Arguments Value Examples

Description

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

Usage

1
2
3
4
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

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

fcoex documentation built on Nov. 8, 2020, 6:45 p.m.