Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 719 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 719 Bytes

PageRank Network Aligner

I created a PageRank-based network alignment algorithm for my final project in CS 106X (Fall 2019, Prof. Jerry Cain). I used protein-protein interaction networks from the BioGRID (v3.2.101, June 2013) [1] dataset. I used Edge Coverage (EC), Symmetric Substructure Score (S3) [2], and Node Correctness (NC) to evalulate my algorithm. My poster presentation contains the background, implementation details, and evaluation of the algorithm.

[1] Chatr-Aryamontri,A. et al. (2013) The biogrid interaction database: 2013 update. Nucleic Acids Res., 41, D816–D823.

[2] Saraph,V. and Milenkovic,T. (2014) Magna: maximizing accuracy in global network alignment. Bioinformatics, 30, 2931–2940.