View source: R/Correlation.Overlap.R
CorrelationOverlap | R Documentation |
This function computes the correlation between Nodes and the Overlapping Nodes of interest.
CorrelationOverlap(Data, Overlap, method)
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 |
Deisy Morselli Gysi <deisy at bioinf.uni-leipzig.de>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.