Compute the pairwise interaction term for each single experiments.
计算每个单一的实验成对相互作用。
用法----------Usage----------
computePI(sgi)
参数----------Arguments----------
参数:sgi
An object of class RNAinteract.
对象类RNAinteract。
Details
详情----------Details----------
Computes the pairwise interaction term for each single experiment. Multiple values for each gene pair are not yet summarized.
计算每个单一的实验成对相互作用。多个值,每个基因对尚未总结。
值----------Value----------
An object of class RNAinteract.
对象类RNAinteract。
作者(S)----------Author(s)----------
Bernd Fischer
参考文献----------References----------
参见----------See Also----------
RNAinteract-package
RNAinteract-package
举例----------Examples----------
data("sgi")
sgi <- computePI(sgi)
PI <- getData(sgi, type="pi", format="targetMatrix")