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.
Scholtens D, Vidal M, and Gentleman R. Local modeling of global interactome networks. Bioinformatics 21, 3548-3557 (2005).
MBMEcHMSPCI
,SBMHcHMSPCI
,UnRBBcHMSPCI
,TAP
data(HMSPCI)
which(HMSPCI["YAL015C",]==1)
data(HMSPCIgraph)
adj(HMSPCIgraph,"YAL015C")
Run the code above in your browser using DataLab