rowpairedttestMatVec: Paired t test between rows of a matrix and a vector

Description Usage Arguments Value

Description

Paired t test between rows of a matrix and a vector

Usage

1
2
3
4
rowpairedttestMatVec(mat, vec, sampleID = NULL, matIsX = TRUE,
  meta = list(tag = NULL, row = "expression", response = "response"),
  minN = 2, more = TRUE, levels = NULL, addData = TRUE, core = 1,
  base = 2, ...)

Arguments

mat

a matrix, i.e. gene expression

vec

a vector of phenotype, categorical variable

meta

meta information, a list. This can specify what type of analysis (i.e. RPPA correlated with EMT score); row, which represents what row variables are (rows of mat); response represents what does vec mean

Value

an object belonging to data frame and a class


nickytong/GenAnalysis documentation built on July 20, 2019, 8:57 a.m.