Skip to content

Commit 36c5a6d

Browse files
committed
update to contain all eplets
1 parent 329fd41 commit 36c5a6d

3 files changed

Lines changed: 1 addition & 2 deletions

File tree

data-raw/01-build-eplets-and-cregs.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ to_long_eplet <- function(df) {
6161

6262
Eplet_Dictionary <- bind_rows(to_long_eplet(ClassI), to_long_eplet(ClassII))
6363

64-
deepMatchR_eplets <- Eplet_Dictionary %>%
65-
semi_join(all_alleles, by = "allele")
64+
deepMatchR_eplets <- Eplet_Dictionary
6665

6766
# ---- CREG mapping ------------------------------------------------------------
6867
creg_tbl <- tibble::tribble(

data/deepMatchR_cregs.rda

0 Bytes
Binary file not shown.

data/deepMatchR_eplets.rda

172 KB
Binary file not shown.

0 commit comments

Comments
 (0)