Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 995 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 995 Bytes

Graph-database-Analytics-Neo4j

A project on neo4j for an evaluation on best practies.

Goals

Show potential of neo4j for the analysis of clinical data and provide performant queries

Project Overview

Mindmap_ga

Navigating the Repository

This repository contains 03 folders. A short description of contents of each is given below:

Basic Datasets

It contains two datasets namely "H1N1_COVID Classification" and "Heart Failure Prediction". You can find more information about the datasets in each of their folders

Metaprotein Dataset

This is our main dataset conatining 1999 proteins, 666 peptides and 1189 relatioinships between them. Benchmarking and further analysis is done on this dataset.

Query Analysis

This folder contains all our cypher queries which we performed on Neo4j Shell for performance testing and their analysis on Python and R.