Thank you for taking the time to respond.
Lets say you wanted to test association between rare variants and some disease. You notice there are several separately sequenced cohorts (from different studies) that contain samples with the phenotype of interest.
One option appears to be meta-analysis of individual study association test results. But as I understand it, this approach may not perform as well for low coverage.
A second option might be to “jointly process” the samples though a pipeline like GATK, then perform 1 association test on the resulting single call set . As I understand it, this second options should help reduce impact of batch effects from differences in prep in addition to improve calling, particularly in lower coverage regions.
By jointly processing I, mean to refer to a process where one runs HaplotyeCaller to get a gVCF file for each sample before combining gVCFs and performing joint genotyping with GenotypeGVCFs.
I have seen this joint analysis done for cases where contributing cohorts were sequenced on different machines, from different centers of course. Instances where joint genotyping is performed using samples from different cohorts that were sequenced with different read lengths seems harder to find, which is how this question originally came about.