Skip to content

Commit

Permalink
update paper
Browse files Browse the repository at this point in the history
  • Loading branch information
slowkow committed Nov 27, 2023
1 parent 0e7b48d commit 8a3d1b6
Show file tree
Hide file tree
Showing 5 changed files with 338 additions and 318 deletions.
33 changes: 21 additions & 12 deletions paper/diagram.d2
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,37 @@ provider -> genotypes
genotypes -> hlabud
imgt -> hlabud
hlabud -> onehot
hlabud -> matrix
hlabud -> dosage
#onehot -> regression
#onehot -> dimred

matrix: |md
**Amino acid position matrix**
dosage: |md
**Amino acid dosage matrix**
```
Ind pos75 ...
1 F
2 Y
ind pos75_Y ...
1 0
2 2
```
|

onehot: |md
**One-hot encoding**
```
Ind pos75_Y ...
1 0
2 1
allele pos75_Y ...
01:01 0
02:01 1
```
|

#matrix: |md
#**Amino acid position matrix**
#```
#Ind pos75 ...
# 1 F
# 2 Y
#```
#|

imgt: {
label: "IMGT/HLA Database"
#label.near: outside-top-center
Expand Down Expand Up @@ -61,10 +70,10 @@ caller: |md
genotypes: |md
**Genotypes**
```
HLA-A
01:01,02:01
01:01,02:01
HLA-DRB1
01:01,02:01
02:01,02:01
...
```
|

Expand Down
Binary file modified paper/diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 8a3d1b6

Please sign in to comment.