This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Calling Genotypes On Multiple Trios

Hi everyone,

I have a set of eight Illumina-sequenced trios for an organism, for which a reference genome is available. I'd now like to call genotypes on these data taking advantage of both a "classic" multisample and trio-aware approaches. I understand that bcftools (part of samtools suite) can do trio-aware calling, but I'm not sure it can work with multiple trios. At the same time, GATK (and samtools too?) can run a Bayesian model based on observed allele frequencies assuming a flat population structure.

So my question is - are there any tools that can combine both approaches?

Thanks a lot!

genetics snp next-gen samtools gatk

You can always hard filter by taking the union of the parents intersected with the child. The child must contain only SNVs found in the parents.

Thanks - I currently do something along these lines, but I was wondering if a more general way of taking this info into account when computing SNP quality scores was available...

1 answer

VAAST is one tool, especially its upcoming p-VAAST version that can be of use for that analysis.

Yes. p-VAAST is ideal for disease gene hunting in families. We are happy to hear that people are adopting VAAST.

Thanks, will try out VAAST! Could you let me know a bit more about the upcoming p-VAAST and when it's expected to appear (which would be very good to know for my project's logistics)

from what I heard, its coming in May-Jun timeframe

It's close. We are testing it on some real datasets now.

Great, thanks! And what will be the key difference from the existing VAAST?

Log in to answer this question.