foo_tests: Hypothesis tests

Description Usage Arguments Value

Description

Carries out hypotheses tests testing for significant differences in matched columns of two matrices, and returns the most significant to the least significant result in order.

Usage

1
foo_tests(x, y, tests)

Arguments

x

Matrix 1

y

Matrix 2

tests

A vector with one or more of the following values: 1) t (t-test), 2) f (f-test), 3) mean (difference of means), 4) var (difference of variance, 5) wilcox (wilcoxon test), 6) ks (KS test)

Value

A data frame with the indices resulting from ordering the vector of, one of 1) differences, 2) statistics, or 3) pvalues computed between matched columns of the two matrices, in decreasing order of magnitude.


ssarda/genomeutils documentation built on May 30, 2019, 8:42 a.m.