-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve concordance calculation by scanning in both directions
The updated function now creates a list with the same length as the input strings, initialized with zeros. The function then performs a moving window average comparison on the strings in both forward and reverse directions. This enhancement is designed to provide a more thorough and robust analysis of the sequence comparisons. Also add a docstring to it.
- Loading branch information
Showing
1 changed file
with
31 additions
and
11 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