- Notifications
You must be signed in to change notification settings - Fork0
xionger/GeneNetworks
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Capstone project forObject Oriented Java Programming: Data Structures and Beyond Specialization offered by Coursera/UCSD.
This project can create gene network graph based on gene relationship data from scientific publications, analyze the most possible connections between any two genes, and help to investigate which genes may function together.
The gene networks are analyzed by implementing BFS, Dijkstra's and Girvan-Newman Algorithm.