PRS {yeastGSData}R Documentation

The Positive Reference Set Reported by Yu et al

Description

These data consist of the 188 binary interactions that Yu et al curated and referred to as the positive reference set.

Usage

data(PRS)

Format

A data frame with 188 observations on the following 2 variables.

ORF1
The ORF for gene 1.
ORF2
The ORF for gene 2.

Details

None.

Source

The data were downloaded from http://interactome.dfci.harvard.edu/S_cerevisiae on Nov 21, 2008.

References

H. Yu et al, High Quality Binary Protein Interaction Map of the Yeast Interactome Network, Science 322, 104, 2008.

Examples

data(PRS)
## maybe str(PRS) ; plot(PRS) ...

[Package yeastGSData version 0.1.2 Index]