a/README.md b/README.md
1
## How to Install
1
## How to Install
2
2
3
```
3
```
4
pip install colorama
4
pip install colorama
5
5
6
git clone https://github.com/Michael-Sebero/Genetic-Trait-Detector
6
git clone https://github.com/Michael-Sebero/Genetic-Trait-Detector
7
7
8
python3 /path/to/genetic-trait-detector.py
8
python3 /path/to/genetic-trait-detector.py
9
```
9
```
10
10
11
## Description
11
## Description
12
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.
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
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.
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
16
17
## This script detects genetic traits associated with
17
## This script detects genetic traits associated with
18
18
19
```
19
```
20
Bipolar Disorder, Alzheimer's, Autism, Schizophrenia, Longevity, Immunity, Intelligence, Muscular Performance, OCD, Metabolism, Eyes and Hair
20
Bipolar Disorder, Alzheimer's, Autism, Schizophrenia, Longevity, Immunity, Intelligence, Muscular Performance, OCD, Metabolism, Eyes and Hair
21
```
21
```
22
22
23
## How to use Genetic-Trait-Detector
23
## How to use Genetic-Trait-Detector
24
24
25
- Aquire a copy of your DNA data from a genetic testing platform.
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.
26
- Open up the DNA file and make sure it's formatted in rsID format.
27
27
28
> The script looks for the rsid and genotype to determine results.
28
The script looks for the rsid and genotype to determine results.
29
29
30
    rsid            chromosome     position    allele1  allele2
30
    rsid            chromosome     position    allele1  allele2
31
 
31
 
32
    rs5030953       1              35675       T            T
32
    rs5030953       1              35675       T            T
33
33
34
- Input the raw DNA file pathway into the console.
34
- Input the raw DNA file pathway into the console.
35
35
36
## DISCLAIMER
36
## DISCLAIMER
37
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.
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
39
40
<p align="center">
40
<p align="center">
41
  <img src="https://i.postimg.cc/zv6QDz2Q/The-Ooze-MD-09.gif"/>
41
  <img src="https://i.postimg.cc/zv6QDz2Q/The-Ooze-MD-09.gif"/>
42
</p>
42
</p>
43
43
44
## Donations and Contacts
44
## Donations and Contacts
45
45
46
PayPal: https://www.paypal.com/donate/?cmd=_donations&business=YYGU9JWJEE2AG
46
PayPal: https://www.paypal.com/donate/?cmd=_donations&business=YYGU9JWJEE2AG
47
47
48
Email: michaelsebero@disroot.org
48
Email: michaelsebero@disroot.org