-
Notifications
You must be signed in to change notification settings - Fork 591
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
commandline argument collections #67
Labels
Comments
(dupe) |
This was referenced Jan 21, 2015
lbergelson
pushed a commit
that referenced
this issue
May 31, 2017
…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.
lucidtronix
pushed a commit
that referenced
this issue
Jul 27, 2021
* Added extraction of R and S amplitudes from XML during tensorization * Added TMAPS to compute LVH criteria from amplitudes (new notebook for testing) * Added plotting functionality for 12-lead resting ECGs including median waveforms and R S amplitudes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It;s useful to have groups of arguments shared between tools - for code reuse and name consistency
The text was updated successfully, but these errors were encountered: