computePI {RNAinteract}R Documentation

compute pairwise interaction

Description

Compute the pairwise interaction term for each single experiments.

Usage

computePI(sgi)

Arguments

sgi

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.

Value

An object of class RNAinteract.

Author(s)

Bernd Fischer

References

~put references to the literature/web site here ~

See Also

RNAinteract-package

Examples

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

[Package RNAinteract version 1.40.0 Index]