rowTWanovaMatVec: Two-way ANOVA between rows of a matrix and two vectors: two...

Description Usage Arguments Value

Description

Two-way ANOVA between rows of a matrix and two vectors: two main effects and then interaction effect

Each row is to be fitted by fn_TWanova()

Usage

1
2
3
rowTWanovaMatVec(mat, vec1, vec2, matIsX = TRUE, interaction = TRUE,
  meta = list(tag = "ANOVA", row = "expression", response = "response"),
  base = 2, more = TRUE, addData = TRUE, ...)

Arguments

mat

a matrix, i.e. gene expression

matIsX

not implemented at this moment

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

vec

a vector of phenotype, categorical variable

Value

an object belonging to data frame and a class


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