modules_summary: Returns the summary for a module

Description Usage Arguments Author(s) See Also Examples

View source: R/modules_summary.R

Description

Returns the summary for a module

Usage

1
modules_summary(results, expr.toBind)

Arguments

results

The results of a comparison between two groups.

expr.toBind

Expression data.matrix with supplemental colums: module and ID

Author(s)

Simon J Pelletier

See Also

phyper

Examples

1
2
3
4
5
results <- readRDS("data/results_LGVD.rds")
expr.matrix <- readRDS("data/expr_matrix_LGVD.rds")
bnet <- readRDS("data/bnet_LGVD.rds")
expr.toBind <- cbind(module=bnet$colors,ensembl_gene_id=rownames(expr.matrix),expr.matrix)
modulesTable <- modules_summary(results,expr.toBind)

spell098/rnaseq_app documentation built on May 30, 2019, 7:57 a.m.