Update README.md
Browse files
README.md
CHANGED
|
@@ -38,4 +38,4 @@ With more to come shortly.
|
|
| 38 |
| `pos` |string | Base-pair position (hg38 coordinate system) |
|
| 39 |
| `ref_UKB` | string | Reference allele (A, C, G, T) |
|
| 40 |
| `alt_UKB` | string | Alternate allele (A, C, G, T) |
|
| 41 |
-
| `embedding` | list[float]| Embedding vector (dimension
|
|
|
|
| 38 |
| `pos` |string | Base-pair position (hg38 coordinate system) |
|
| 39 |
| `ref_UKB` | string | Reference allele (A, C, G, T) |
|
| 40 |
| `alt_UKB` | string | Alternate allele (A, C, G, T) |
|
| 41 |
+
| `embedding` | list[float]| Embedding vector (dimension 1024, float32) |
|