Learn R Programming

wTO (version 2.1)

CorrelationOverlap: CorrelationOverlap

Description

This function computes the correlation between Nodes and the Overlapping Nodes of interest.

Usage

CorrelationOverlap(Data, Overlap, method)

Arguments

Data

data.frame containing the expression data. Nodes on the Rows, Individuals on the Columns. Don't forget to give the names to the Nodes and to the Individuals. Nodes must have the row.names() with the Node Name.

Overlap

A vector containg the names of the Nodes of interest.

method

Spearman ("s", "spearman") or Pearson ("p", "pearson") correlation

Author

Deisy Morselli Gysi <deisy at bioinf.uni-leipzig.de>