rowcorMatMat_L: extension of rowcorMatVec

Description Usage Arguments

View source: R/TestAndCorr_p.R

Description

extension of rowcorMatVec

Usage

1
2
3
rowcorMatMat_L(mat, matR, method = "spearman", minN = 5, usercorr = TRUE,
  addData = TRUE, symbol = NULL, sepSymProbe = ", ",
  meta = list(responseSuffix = "", row = "", tag = "correlation"))

Arguments

mat

a matrix, i.e. gene expression

matR

a matrix for response; each row is a response; ncol should match with ncol(mat)

method

method passed to correlation calculation. It can be spearman or pearson

minN

minimum sample size for correlation calculation; If not achieved, correlation is returned as NA


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