Krogan2004BPGraph {ppiData}R Documentation

A directed Graph for the AP-MS Bait to Prey Interaction data detected by Krogan et al. 2004.

Description

An instance of class graph, Krogan2004BPGraph is a graphNEL object. The nodes are the union of viable baits (VB) and viable prey (VP) of the experiment conducted by Krogan et al. 2004. A viable bait is a node that has at least one directed edge for which this node serves as the source. A viable prey is a node that has at least one directed edge for which this node serves as a sink.

All nodes are indexed by the gene systematic names as given in the primary source.

These graphs are not simple. While we chose not to present data with multiple edges between nodes (i.e. if bait b found prey p with multiplicity k, we do not assign k directed edges from b to p, only a single edge). We do, however, allow self loops to detail homodimer relationships.

Usage

data(Krogan2004BPGraph)

Format

The format is: graphNEL "Krogan2004BPGraph"

Source

The adjacency matrix for this graph can be found in the bioconductor R-package apComplex.

References

High-definition macromolecular composition of yeast RNA-processing complexes. Mol Cell. 2004 Jan 30;13(2):225-39.

Examples

data(Krogan2004BPGraph)

[Package ppiData version 0.1.7 Index]