meanMatrix: Mean matrix

Description Usage Value See Also Examples

View source: R/meanMatrix.R

Description

For every row of the initial expression matrix, the mean for each group is calculated.

Usage

1
meanMatrix(expr.matrix.signif)

Value

Matrix

columns

Groups (mean values)

rows

Genes

See Also

signifRows

Examples

1
2
3
4
5
expr.matrix <- readRDS("data/expr_matrix_LGVD.rds")
results <- readRDS("data/results_LGVD.rds")
topTable3 <- readRDS("data/results_LGVD.rds")
resultsSummary <- results_summary(results,topTable3,adjust="BH",typeID="ensembl_gene_id")
expr.matrix.signif <- signifRows(expr.matrix,resultsSummary)

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