-
Notifications
You must be signed in to change notification settings - Fork 36
Description
Description of feature
Hello.
Because all typing tools have their limitations & advantages (datatype, reads length, read depth, resolution, type of genes typable, etc.), it could be interesting to add some of them as modules activable (txs to DSL2) or not and implementing a combining results algorithm.
SweHAL paper use results from Optitype, HLAScan, HLA-VBSeq and SNP2HLA and combine data using a n−1 concordance rule for class I (four software) and class II (three software) alleles. It must be noted that SNP2HLA is using an imputation model (which is not the type of tool we are trying to use in this workflow, isn't it?).
This paper doing pretty the same with 8 HLA typing tools (OptiType, HLA-HD, PHLAT, seq2HLA, arcasHLA, HLAscan, HLA*LA, and Kourami). The combining algorithm seems much more complex to implement (based on concordance scores computed on 1000G WES data for only the 3 class I genes).
I was not able to find other kind of combining results algorithm but as a first step, n-1 concordance could be a good choice.
Is anyone here already have experience in this kind of problem ?
What do you think of this feature ?
Thank you.