This function computes the correlation between Nodes and the Overlapping Nodes of interest.
CorrelationOverlap(Data, Overlap, method)
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.
A vector containg the names of the Nodes of interest.
Spearman ("s", "spearman") or Pearson ("p", "pearson") correlation
Deisy Morselli Gysi <deisy at bioinf.uni-leipzig.de>