1 / 13

Exploring Biological Network Motifs: Generating, Analyzing, and Comparing Networks

This project delves into the intricate world of biological network motifs by focusing on the generation, analysis, and comparison of networks. It aims to uncover the differences between biological and regular networks through methods like z-testing and motif searching. By implementing AmalaGhandi's work and utilizing concepts like vectors and hash tables, the study endeavors to establish a standard for network generation. The ultimate goal is to compare efficiencies of network generation methods and determine which approach yields more accurate results. With a keen focus on efficiency and large networks, this research project aims to shed light on the complex interplay of vertices and edges within biological networks.

lotte
Télécharger la présentation

Exploring Biological Network Motifs: Generating, Analyzing, and Comparing Networks

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Generating Biological Network Motifs Sai Badey

  2. Biological Networks • What are they? • Biological vs Regular Networks* • Terminology • Motifs • Vertices • Edges

  3. Overall Scope • Focus on efficiency • Large networks • Network generation

  4. Project Aim • Random Network Generation • functions (keep # vertices & # edges constant) • Swap the edges between outer-vertices • Completely random generation • Swap node degrees • Analysis & Comparisons • Run z-testing on the generations for small to extremely large graphs

  5. Potential Results • No difference • Compare efficiencies of generation methods • Create a standard for network generation • Significant Difference • Determine which is more accurate

  6. Steps • AmalaGhandi’s work • Looks through existing network • Determines motif • Expansion • Determine motif across several networks • Compare different networks & performance • Network Generation

  7. Current Status • Class Design • Network Class • Jung Library • Constructor, Copy constructor • Network generation • Analysis (z-test, motif searching, data collection) • Compare Networks Class • Equals • Comparison (highest degree node, motif comparison) • Analysis (significant difference, etc)

  8. To Do • Function implementation • Combine with AmalaGhandi’s work • Learning • Vectors • Hash tables

  9. Issues • Lots of research

  10. Sources • AmalaGhandi’s paper • SahandKhakabimamaghani, ImanSharafuddin, Norbert Dichter, Ina Koch,  Ali Masoudi-Nejad • QuateXelero: An Accelerated Exact Network Motif Detection Algorithm (Article) • Joseph Blitzstein and PersiDiaconis • A SEQUENTIAL IMPORTANCE SAMPLING ALGORITHM FOR GENERATING RANDOM GRAPHS WITH PRESCRIBED DEGREES (Article) • Bjorn H. Junker & Falk Schreiber • Analysis of Biological Networks (Book)

  11. Questions? • Take node, change the order of the vertices

More Related