calEdgeCorScore_ESEA: calEdgeCorScore_ESE

Description Usage Arguments Value Examples

View source: R/calEdgeCorScore_ESEA.R

Description

Calculates differential Mutual information.

Usage

1
2
3
4
5
6
7
calEdgeCorScore_ESEA(
  dataset,
  class.labels,
  controlcharacter,
  casecharacter,
  background
)

Arguments

dataset

Matrix of gene expression values (rownames are genes, columnnames are samples).

class.labels

Vector of binary labels.

controlcharacter

Charactor of control in the class labels.

casecharacter

Charactor of case in the class labels.

background

Matrix of the edges' background.

Value

A vector of the aberrant correlation in phenotype P based on mutual information (MI) for each edge.

Examples

1
2
3

DysPIA documentation built on July 10, 2020, 9:06 a.m.