computePI {RNAinteract} | R Documentation |
Compute the pairwise interaction term for each single experiments.
computePI(sgi)
sgi |
An object of class |
Computes the pairwise interaction term for each single experiment. Multiple values for each gene pair are not yet summarized.
An object of class RNAinteract
.
Bernd Fischer
~put references to the literature/web site here ~
data("sgi") sgi <- computePI(sgi) PI <- getData(sgi, type="pi", format="targetMatrix")