eigenCor: Computing eigen-gene or eigen-microRNAs based connectivity

Description Usage Arguments Value Examples

View source: R/eigenCor.R

Description

eigenCor computes eigen-gene or eigen-microRNAs based connectivity. k_j = cor(x_j, E)

Usage

1
eigenCor(exp.m, eigen.exp)

Arguments

exp.m

A matrix, the normalized gene/microRNA expression dataset, should be a numeric matrix, with rows referring to genes/microRNAs and columns to samples.

eigen.exp

A vector of computed eigen-gene or eigen-microRNAs of the same module, one entry of the output list by comEigenGene.

Value

A data matrix of computed correlation coefficients and P-values.

Examples

1
eigenCor(exp.m, eigen.exp)

YC3/mirNet documentation built on Sept. 3, 2020, 3:25 a.m.