FINNGEN / META_ANALYSIS

Tools for doing x way meta-analysis
MIT License
6 stars 14 forks source link

Add filter for af difference & don't flip indels by default #46

Closed juhaa closed 2 years ago

juhaa commented 3 years ago

There's now a new flag --flip_indels to enable flipping of indels during meta-analysis to try aligning variants. It was observed during analysis of 3-way meta results that the indel flipping and matching can cause mismatching variants aligned.

Also a minor structural change to meta_analysis.py was to combine functions is_equal and equalize_to since they were pretty similar.