I have a list of VCF files from specific ethnicity such as American Indian, Chinese, European, etc
Under each ethnicity, I have around 100+ files.
Currently, I computed the VARIANT QC
metrics such as call_rate
, n_het
etc for one file as shown in the hail tutorial (refer image below)
However, now I would like to have one file for each ethnicity and then compute VARIANT_QC
metrics.
I already referred to this post and this post but don't think this addresses my query
How can I do this across all files under a specific ethnicity?
Can help me with this?
Is there any hail/python/R/other tools
way to do this?