cor.pair: cor.pair

cor.pairR Documentation

cor.pair

Description

cor.pair

Usage

cor.pair(
  idxvec,
  GEMatrix,
  rowORcol = c("row", "col"),
  cormethod = c("GCC", "PCC", "SCC", "KCC"),
  pernum = 0,
  sigmethod = c("two.sided", "one.sided")
)

Arguments

idxvec

vector of the index

GEMatrix

Gene expression network

rowORcol

row or columns

cormethod

correlation type "GCC","PCC", "SCC" or "KCC"

pernum

permutation number

sigmethod

p-value threshold

Value

res paired correlations


warelab/NECorr documentation built on Oct. 15, 2023, 11:31 a.m.