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

How to modify the software and make a reference to call HLA types from mouse species? #2

Closed pl618 closed 3 years ago

pl618 commented 4 years ago

Hi,

How to modify the software and make a reference to call HLA types from mouse species?

Thanks!

sebboegel commented 3 years ago

Thank you very much for your interest in seq2HLA. However, seq2HLA is specifically designed for typing Human Leukocyte Antigens (HLA) types and can therefore not easily adapted to the much less homozygous MHC system in mice (H2). You might have a look at https://pubmed.ncbi.nlm.nih.gov/29858815/. I hope that helps.

Best,

Sebastian

pl618 commented 3 years ago

Thank you!