An open API service indexing awesome lists of open source software.

https://github.com/savindu93/slgvd_backend

Source code for Sri Lanka Genetic Variation Database back-end
https://github.com/savindu93/slgvd_backend

bioinformatics databases django django-application django-project django-rest-framework google-cloud mysql-database python sql variants

Last synced: about 1 month ago
JSON representation

Source code for Sri Lanka Genetic Variation Database back-end

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 code base behind the backend of the SLGVD.***