[ ] Runs with basic arguments and functions correctly.
[ ] Calculates z-scores correctly, output values all match up with motifs and loci correctly, etc.
[ ] Validate output is proper VCF format - this tool should work for it.
Refactors/Enhancements
[ ] Move the Variant, Position, and Locus classes into another module so that they can be used as generics for other functions. Subclass them if additional attributes, methods, etc are needed for a given module (such as in this case).
[x] Change z-score to robust z-score using Median Absolute Deviation (MAD).
Bugs
None known.
Tested
Refactors/Enhancements
Variant
,, andPosition
Locus
classes into another module so that they can be used as generics for other functions. Subclass them if additional attributes, methods, etc are needed for a given module (such as in this case).Change z-score to robust z-score using Median Absolute Deviation (MAD).