This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Clustering PPI data

Hello,

I want to do a project in which I intend to apply a community detection algorithm on protein protein interaction data to obtain clusters. Then, compare the obtained clusters with experimental protein complexes. Can someone please help me in obtaining data for doing so.

P.S: I am a Computer science student, new to the field of bioinformatics.

ppi clustering interaction data

2 answers

If you want to download PPI data one good source is BIOGRID. You can download the dataset in different formats http://thebiogrid.org/download.php. In the flat files you have one PPI interaction per row with the type of experiments that was used in case you want to filter based on the technique.

Thanks, but I also want some protein complex dataset so that I can verify the clusters I obtain.

As a source of curated protein complexes you can use the CORUM mammalian database that has curated protein complexes for human, mouse and rat.

As source of curated interactions and complexes, you can also use Reactome. Note that the notion of protein complex is a bit fuzzy with not everybody agreeing on composition for a given complex, e.g. some would view a large complex as being made of smaller complexes. This means that the granularity of your clustering may not agree with your chosen reference complexes without being wrong. In addition, a non-negligible fraction of proteins can participate in more than one complex so you should consider soft clustering options.

Log in to answer this question.