Last active
September 29, 2025 10:38
-
-
Save ukarulis/5dcb238cffa40dbd72c1e08a5c996d78 to your computer and use it in GitHub Desktop.
Config for 2genetest
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "test_name": "2 gēnu tests", | |
| "active": false, | |
| "impact_mode": "circles", | |
| "include_gene_descriptions": true, | |
| "gene_desc_page_images": [ | |
| "https://d1jyxxz9imt9yb.cloudfront.net/medialib/4350/image/s1300x1300/AdobeStock_123823873_433578_reduced.jpg", | |
| "https://d1jyxxz9imt9yb.cloudfront.net/medialib/4351/image/s1300x1300/Bison-parc-Yellostone-USA-septembre-2015_reduced.jpg" | |
| ], | |
| "theme": { | |
| "green_hex": "#EBDBF0", | |
| "yellow_hex": "#265CD1", | |
| "accent_hex": "#3D2F2F" | |
| }, | |
| "genes": [ | |
| { | |
| "gene": "ACTN3", | |
| "rs": "audiRS6", | |
| "label": "ACTN3", | |
| "range": [ | |
| "C", | |
| "T" | |
| ] | |
| }, | |
| { | |
| "gene": "CTN", | |
| "rs": "FordMiataRS", | |
| "label": "CTN", | |
| "range": [ | |
| "D", | |
| "I" | |
| ] | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment