Diff of /README.md [000000] .. [c1fb9e]

Switch to unified view

a b/README.md
1
## How to Install
2
3
```
4
pip install colorama
5
6
git clone https://github.com/Michael-Sebero/Genetic-Trait-Detector
7
8
python3 /path/to/genetic-trait-detector.py
9
```
10
11
## Description
12
13
Genetic-Trait-Detector detects traits in your genes when provided DNA data which is formatted in rsID format. Once the traits are matched with genes from your DNA you'll be given a result which tells you what traits your genes are associated with. Read the disclaimer for more information reguarding results.
14
15
The intention of this software is to provide a FOSS alternative to detecting genetic traits. Databreaches occur often and institutions shouldn't be trusted with processing / storing client genetic data over a long period of time. Genetic-Trait-Detector is completely private and can be ran offline without sending PIA to a website.
16
17
## This script detects genetic traits associated with
18
19
```
20
Bipolar Disorder, Alzheimer's, Autism, Schizophrenia, Longevity, Immunity, Intelligence, Muscular Performance, OCD, Metabolism, Eyes and Hair
21
```
22
23
## How to use Genetic-Trait-Detector
24
25
- Aquire a copy of your DNA data from a genetic testing platform.
26
- Open up the DNA file and make sure it's formatted in rsID format.
27
28
> The script looks for the rsid and genotype to determine results.
29
30
    rsid            chromosome     position    allele1  allele2
31
 
32
    rs5030953       1              35675       T            T
33
34
- Input the raw DNA file pathway into the console.
35
36
## DISCLAIMER
37
38
This software is not meant to diagnose any disorders or diseases. SNP data in this script is sourced from https://www.snpedia.com/ which publish genetic datasets. The process of diagnosis is complex and requires additional steps to confirm.
39
40
<p align="center">
41
  <img src="https://i.postimg.cc/zv6QDz2Q/The-Ooze-MD-09.gif"/>
42
</p>
43
44
## Donations and Contacts
45
46
PayPal: https://www.paypal.com/donate/?cmd=_donations&business=YYGU9JWJEE2AG
47
48
Email: michaelsebero@disroot.org