results_summary: Summary of the results Create a data.frame that displays...

Description Usage Arguments Value Author(s) See Also Examples

View source: R/results_summary.R

Description

Summary of the results Create a data.frame that displays every gene significant in any comparison and the p-value for each comparison.

Usage

1
2
results_summary(results, topTable3, adjust = "no",
  typeID = "ensembl_gene_id")

Arguments

expr.matrix

A matrix of standardized data. Columns = samples, rows = genes,transcripts,CpG...

resultsSummary

A matrix of data from every gene that is significanlty different

Value

The significant rows of the initial expression matrix between at least two groups. Columns = samples, rows = genes,transcripts,CpG...

Author(s)

Simon J Pelletier

See Also

topTable

Examples

1
2
3
results <- readRDS("data/results_LGVD.rds")
topTable3 <- readRDS("data/topTable3_LGVD.rds")
resultsSummary <- results_summary(results,topTable3)

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