This repository has been archived by the owner on Aug 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sliding window distance computation (#338)
* first draft of windowed sitance computation * Corrected typo * Remembered to initialize integer matrices to 0 * distance now also outputs ranges * Changed ends construction * Trying linear indexing to achieve simd * Tried simplifying inner loop * Eliminated some repeated operations * added window distances for Proportion{T} distances too * Corrected error in proportion windowed distance * Added sliding distance method for JukesCantor69 distances * Added draft flagmutations for both transition and transversion mutations. * Added draft of windowed distance for Count{T} <: TsTv * Added draft of windowed k80 distance * Added corrections to windowed distance measure function signatures * Added tests for windowed counts of Any, Transition, and Transversion Mutations * Edited tests * Corrected tests * Edited tests * Edited tests again * Added tests for windowed proportion distance * Tests edit * Made some tests use isapprox instead of isequal * Corrected missing end statements * Added docstrings * Corrected type in docstrings * changed approx tests to different tolerance * Corrected a typo in a function * Added tests for windowed JukesCantor69 distance * Added simd to proportion distance function * Implemented @BICYCLE's suggestions * Corrected stupid typo mistake
- Loading branch information
Ben J. Ward
authored and
Ben Ward
committed
Feb 27, 2017
1 parent
aa0ee59
commit 485691f
Showing
4 changed files
with
269 additions
and
5 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
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
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
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