brentp / slivar

genetic variant expressions, annotation, and filtering for great good.
MIT License
247 stars 23 forks source link

Allelic balance on slivar output #169

Open evgenii-s-martirosian opened 1 month ago

evgenii-s-martirosian commented 1 month ago

Hello,

Thank you for such a powerful tool!

I have a question. I am going through my TSV output of inherited monoallelic alleles, and even though the genotype column suggests that the allele was passed from the father, the allelic balance for that specific allele in the father is 0. Do you know what could be the reason for that? I used the default setting to run the pipeline.

Here is an example: mode genotype(sample,dad,mom) allele_balance(sample,dad,mom) dominant 1,1,0 0.2,0,0

Thank you for your help!