https://github.com/savindu93/slgvd_frontend
Source code for Sri Lanka Genetic Variation Database frontend
https://github.com/savindu93/slgvd_frontend
bioinformatics database javascript react reactjs user-interface variants webinterface
Last synced: about 1 month ago
JSON representation
Source code for Sri Lanka Genetic Variation Database frontend
- Host: GitHub
- URL: https://github.com/savindu93/slgvd_frontend
- Owner: savindu93
- Created: 2025-06-10T05:46:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-31T09:17:20.000Z (2 months ago)
- Last Synced: 2026-03-31T11:15:19.600Z (2 months ago)
- Topics: bioinformatics, database, javascript, react, reactjs, user-interface, variants, webinterface
- Language: JavaScript
- Homepage: https://slgvd-frontend-575906908337.asia-south1.run.app/
- Size: 1.05 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sri Lanka Genetic Variation Database (SLGVD)
SLGVD is **the only primary database for genetic variant 🧬 data on Sri Lankans** hosted by the Faculty of Medicine, University of Colombo.
The 2nd iteration of SLGVD serves as an archive for single nucleotide variants (SNVs), short indels, and germline copy number variants (gCNVs). It also allows users to search for variants using complex queries. Moreover, it provides a platform for users to download ⬇️, upload ⬆️, edit 🖋️ and remove variant data.
The web application was developed as,
- A React application with
- A back-end implemented using Django and
- A SQL database that serves as the primary storage unit for the variation data at SLGVD.
The Django Rest Framework provides a public REST API for users to programmetically access the data in the database.
***The following repo presents the implementation of the frontend of the SLGVD.***