Open karpat90 opened 1 year ago
Hi @karpat90
You have to do HLA typing first, you can use either Optitype for HLA class I only (https://github.com/nf-core/hlatyping) or HLA-LA for both HLA class I and Class II (https://github.com/nanjalaruth/hla_typing_using_HLA-LA)
Thank you for your prompt reply! I will use suggested tools to make HLA tables from 1000 genomes bam files.
Hello!
Thank you for creating a great pipeline for assessing HLA imputation accuracy. I am planning to use HIBAG for imputing Sudanese genomes. Where I could obtain HLA_Type_Table for individuals of African ancestry? Specifically in your scripts you use:
HLA_Type_Table <- read.table(file="1kg_all_hibag_hlatypes.edited")
whereas HIBAG package uses:
data(HLA_Type_Table, package="HIBAG")
Where I could obtain 1kg_all_hibag_hlatypes.edited?
Thank you for your help!