Learn R Programming

RNAinteract (version 1.20.0)

computePI: compute pairwise interaction

Description

Compute the pairwise interaction term for each single experiments.

Usage

computePI(sgi)

Arguments

sgi
An object of class RNAinteract.

Value

An object of class RNAinteract.

Details

Computes the pairwise interaction term for each single experiment. Multiple values for each gene pair are not yet summarized.

References

~put references to the literature/web site here ~

See Also

RNAinteract-package

Examples

Run this code
data("sgi")
sgi <- computePI(sgi)
PI <- getData(sgi, type="pi", format="targetMatrix")

Run the code above in your browser using DataLab