-
Notifications
You must be signed in to change notification settings - Fork 591
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #444 from broadinstitute/mb_bayesian_het_pulldown. C…
…loses #56 and #67. * Bayesian Het pulldown tool * Updated CNV-methods.tex (reverted the accidentally deleted section) Renamed naturalLogSumExp to logSumExp everywhere Added three levels of verbosity (BASIC, INTERMEDIATE, FULL) for writing/reading AllelicCountCollection Automatic detection of verbosity mode in reading AllelicCountCollection from file Updated AllelicCount R == L comparator ("equals") to ignore extra metadata when it is not available for both R and L Refactored DataLine parsers to AllelicCount New tests for AllelicCountCollection and AllelicCount New tests in GetBayesianHetCoverageIntegrationTest Removed extra "add" methods in AllelicCountCollection in favor of just one in order to decouple from the future changes in the constructor of AllelicCount MANY small fixes from the previous round of review * New AllelicCountReader and AllelicCountWriter classes and unit tests (in AllelicCountCollectionUnitTest). Abstraction of Heterozygous priors with balanced and hetergeneous implementations and unit tests. Refactoring of unit tests. * Changed POS to POSITION in all unit test Het pulldown resource files to conform with the new AllelicCountTableColumns convention * Incorporated all suggested changes from the last PR review. Minor cosmetic changes (blank lines) here and there for conformity with the existing code. * Generalized the signature of HeterozygousPileupPriorModel#getHetLogLikelihood + minor changes from the last PR review.
- Loading branch information
Showing
44 changed files
with
2,350 additions
and
132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.