a data frame or matrix for condition A, with rows as variables (genes) and columns as samples.
exprs.2
a data frame or matrix for condition B, with rows as variables (genes) and columns as samples.
cutoff
the threshold of correlation coefficient value. Default is 0.8.
r.method
a character string to indicate which type of correlation coefficient, 'pearson' (default) or 'spearman', will be computed.
Details
Each gene link is associated with two correlation values (one out of condition A and the other out of condition B) and thus a list of 'maximum
absolute values' of the two values is decided. Then these links have larger correlation coefficient than threshold are kept.