From b2f72bc5b7e55602f7a4f98fa61c807cfffa41ce Mon Sep 17 00:00:00 2001 From: Kamil Slowikowski Date: Fri, 12 Apr 2024 10:41:00 -0400 Subject: [PATCH] add hla3 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a2d482c..9e6fed3 100644 --- a/README.md +++ b/README.md @@ -502,6 +502,14 @@ https://github.com/WansonChoi/HATK > HATK(HLA Analysis Tool-Kit) is a collection of tools and modules to perform HLA fine-mapping analysis, which is to identify which HLA allele or amino acid position of the HLA gene is driving the disease. +## hla3: weight of evidence of HLA allele expression based on bulk TCR beta-chain repertoires + +Python scripts + +https://github.com/kmayerb/hla3 + +> This repository contains Python functions for inferring HLA-alleles from bulk TCR beta chain data using a simple weight of evidence predictor. + ### HLA-LA: Fast HLA type inference from whole-genome data C++ and Perl