summary_RHD: Summary of RHighDim function

View source: R/summary_RHD.R

summary_RHDR Documentation

Summary of RHighDim function

Description

Summary of RHighDim function

Usage

summary_RHD(object, ...)

Arguments

object

An object provided by the RHighDim function.

...

additional arguments affecting the summary produced.

Details

Summarizes the test results obtained by the RHighDim function.

Value

No value

Author(s)

Klaus Jung

References

Brunner, E (2009) Repeated measures under non-sphericity. Proceedings of the 6th St. Petersburg Workshop on Simulation, 605-609.

Jung K, Becker B, Brunner B and Beissbarth T (2011) Comparison of Global Tests for Functional Gene Sets in Two-Group Designs and Selection of Potentially Effect-causing Genes. Bioinformatics, 27, 1377-1383. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1093/bioinformatics/btr152")}

Examples

### Global comparison of a set of 100 genes between two experimental groups.
X1 = matrix(rnorm(1000, 0, 1), 10, 100)
X2 = matrix(rnorm(1000, 0.1, 1), 10, 100)
RHD = RHighDim (X1, X2, paired=FALSE)
summary_RHD(RHD)

RepeatedHighDim documentation built on July 9, 2023, 6:33 p.m.