TRON-Bioinformatics / seq2HLA

In-silico method written in Python and R to determine HLA genotypes of a sample. seq2HLA takes standard RNA-Seq sequence reads in fastq format as input, uses a bowtie index comprising all HLA alleles and outputs the most likely HLA class I and class II genotypes (in 4 digit resolution), a p-value for each call, and the expression of each class.
MIT License
46 stars 7 forks source link

allele-specific HLA expression #6

Open cjieming2 opened 3 years ago

cjieming2 commented 3 years ago

Hi how can we obtain allele-specific HLA expression information from the output of seq2HLA? Thanks!