Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,20 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
---
|
6 |
+
# GenNet
|
7 |
+
Framework for Interpretable Neural Networks for Genetics
|
8 |
+
[GitHub](https://github.com/ArnovanHilten/GenNet)
|
9 |
+
|
10 |
+
# Model details
|
11 |
+
In [Just DNA-Seq](https://dna-seq.github.io/dna-seq/) analysis pipeline for personal and public genomes,
|
12 |
+
we use trained models from [GenNet paper](https://www.nature.com/articles/s42003-021-02622-z) for diseases
|
13 |
+
that can be associated with aging like diabetes, Atrial fibrillation (AF), hypertension, breast cancer, dementia, and balding.
|
14 |
+
The models were trained on UK Biobank data using 6,986,636 input variants from whole exome sequencing (WES) data.
|
15 |
+
|
16 |
+
# Model using
|
17 |
+
Both 'gennet_launch_*.py' and 'gennet_launch_*.ipynb' can be used to launch a model.
|
18 |
+
For various types of architecture, files are complemented with appropriate masks.
|
19 |
+
Python 3.7 and TensorFlow 2.8.0 are needed, see full instructions on the GenNet GitHub page.
|
20 |
+
|