Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,29 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
+
tags:
|
| 4 |
+
- genomics
|
| 5 |
+
- proteomics
|
| 6 |
+
- alphamissense
|
| 7 |
+
- variant-pathogenicity
|
| 8 |
+
size_categories:
|
| 9 |
+
- 10M<n<100M
|
| 10 |
---
|
| 11 |
+
|
| 12 |
+
# AlphaMissense Cache for Allelix
|
| 13 |
+
|
| 14 |
+
Pre-built SQLite cache of DeepMind's [AlphaMissense](https://github.com/google-deepmind/alphamissense) missense variant pathogenicity predictions, optimized for lookup by rsID.
|
| 15 |
+
|
| 16 |
+
## Contents
|
| 17 |
+
|
| 18 |
+
- `alphamissense.sqlite.gz` — gzipped SQLite database (~1.8 GB compressed, ~4 GB uncompressed)
|
| 19 |
+
|
| 20 |
+
## Stats
|
| 21 |
+
|
| 22 |
+
- 71,034,269 variant records
|
| 23 |
+
- 7,543,463 with rsID mappings (via gnomAD coordinate join)
|
| 24 |
+
- Composite primary key: `(chrom, pos, ref, alt)`
|
| 25 |
+
- Indexed on `rsid`
|
| 26 |
+
|
| 27 |
+
## Schema
|
| 28 |
+
|
| 29 |
+
```sql
|