Nathanael Roy

nroy002@ucr.edu

Riverside, CA 92503

Past Projects:

Updates on CS 234 Project:

  • Read to understand that Protein-Protein Interaction graph is in the form of an edge list
  • Began undertaking to learn more graph theory
  • Analyzed Basic Measures of the graph
  • Analyzed betweenness, degree centrality, other measures of centrality
  • Analyzed measures of diameter
  • Clustering Coefficient
  • Graphed Distribution of degree, betweenness, and eccentricity
  • Attempted to write clustering coefficient algorithm from scratch (Did not finish)
  • Attempted to properly understand ultrabubble algorithm enough to implement (Did not finish)