hassansaei / VNtyper

A tool to genotype MUC1 coding VNTR in ADTKD
Other
3 stars 3 forks source link

Refactor: Unify annotation and Filtering logic in Kestrel script to produce one table #14

Open berntpopp opened 2 hours ago

berntpopp commented 2 hours ago

The filtering and annotaion logic in the kestrel script currently produces granular intermediate annotations which makes it hard to parse and debug. Ideally we want one dataframe that is annotated with all the necessary information and can be saved as an intermediate result and filtered in a last step.

berntpopp commented 2 hours ago

relates to #6