- Notifications
You must be signed in to change notification settings - Fork4
An Open Source Web Application for Genetic Data (SNPs) Data Crawling
glasgowm148/Phenotype
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Genomic Analysis
Explore the docs »
View Demo ·Report Bug ·Request Feature
Phenotype is an open source web application that allows users to gather the information they need to make sense of their own genome without needing to rely on outside services with unknown privacy policies. OS Genome's goal is to crawl various sources and give meaning to an individual's genome. It creates a Responsive Grid of the user's specific genome. This allows for everything from filtering to excel exporting. Using Flask, Kendo, and Python.
Various notebooks used to explore SNP data. The two main files currently retrieve 500-1k rsids a second usingMyVariant.info whichreturns XML
Currently exports a plain HTML table, NaN and 23andme i-rsid's dropped and sorted by adviser rating.
- Scrape & Save queries your rsids against ClinVar and returns assosciations, risk allele's, frequency - and stores it in a datatable.
- Load & Analyse matches your rsids against the ClinVar dataframe pulled fromScrape & Save. This can be exported to CSV or HTML.
Currently only tested with 23andme V4 & V5.
- Beautify HTML datatable using DataTables
- Flatten all DTC file formats into a consistent dataframe for manipulation
- Add more sources of data
- SNPedia
- ONIM
- Data-validaiton
- strand orientation
- risk allelle debugging
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make aregreatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. SeeLICENSE
for more information.
Mark Glasgow -markglasgow@gmail.com