guacamole
guacamole copied to clipboard
Add comments and tests for Filters package
Some classes could use some more explanation:
- GenotypeFilter.scala - need a file-level header comment describing high-level idea
- PileupFilter.scala - need file-level header comment. These filters seem to be filtering PileupElements, not Pileups. What is the difference between this and PileupElementsFilter.scala?
- SomaticGenotypeFilter.scala - need file-level header comment
- FishersExactTest - comment needed. Maybe move to a math utils file?