getPvalue: Calculates Pitman-Morgan variance test on two matrices

Description Usage Arguments Value Examples

View source: R/mbqnThreshold.R

Description

Calculates Pitman-Morgan variance test on two matrices

Usage

1
getPvalue(mtx1, mtx2)

Arguments

mtx1

Matrix with samples in columns and features in rows

mtx2

Matrix with samples in columns and features in rows

Value

Data frame with p values and statistics

Examples

1
2
3
4
5
6
set.seed(30)
n <- 20
m <- 20
mtx1 <- matrix(rnorm(m * n), m, n)
mtx2 <- mbqn(mtx1, FUN = "mean")
getPvalue(mtx1, mtx2)

MBQN documentation built on Nov. 8, 2020, 8:13 p.m.