HMSPCI {apComplex} | R Documentation |
HMS-PCI data published by Ho, et al. (2002).
data(HMSPCI) data(HMSPCIgraph)
HMSPCI
is a matrix of the HMS-PCI data published by Ho, et al. (2002).
The 493 rows correspond to bait proteins and the 1578 columns correspond to
proteins found as hits in the HMSPCI experiment and are named accordingly.
The first 493 column names are the same as the 493 row names; bait proteins
can also be found as hits by other baits, hence their inclusion as columns in
HMSPCI
. An entry of "1" in the ith row and jth column of HMSPCI
indicates that bait protein i found protein j as a hit. All other entries are
"0". There are a total of 3687 "1" entries in the matrix, corresponding to
the 3687 comemberships detected in the experiment.
HMSPCIgraph
is a graphNEL
object in which 1578 nodes
represent proteins and 3687 directed edges represent comemberships detected in
the purification. Each directed edge originates at the bait and ends at
the hit. Each edge in HMSPCIgraph
corresponds to an entry of "1" in
the HMSPCI
matrix.
These data are available at http://www.mdsp.com/yeast.
Ho, et al. Systematic identification of protein complexes in Saccharomyces cerevisiae by mass spectrometry. Nature 415, 180-183 (2002).
Scholtens D and Gentleman R. Making sense of high-throughput protein-protein interaction data. Statistical Applications in Genetics and Molecular Biology 3, Article 39 (2004).
Scholtens D, Vidal M, and Gentleman R. Local modeling of global interactome networks. Submitted.
MBMEcHMSPCI
,SBMHcHMSPCI
,UnRBBcHMSPCI
,TAP
data(HMSPCI) which(HMSPCI["YAL015C",]==1) data(HMSPCIgraph) adj(HMSPCIgraph,"YAL015C")