https://github.com/gagniuc/motif-detection-vb6
This application searches inside a text sequence for words that resemble those inside a list of similar words.
https://github.com/gagniuc/motif-detection-vb6
dna-sequences motif motif-analysis motif-finding motifs pattern-recognition vb6-source
Last synced: about 4 hours ago
JSON representation
This application searches inside a text sequence for words that resemble those inside a list of similar words.
- Host: GitHub
- URL: https://github.com/gagniuc/motif-detection-vb6
- Owner: Gagniuc
- License: mit
- Created: 2021-11-12T14:38:05.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-09T12:53:24.000Z (over 2 years ago)
- Last Synced: 2025-01-15T07:31:55.925Z (9 months ago)
- Topics: dna-sequences, motif, motif-analysis, motif-finding, motifs, pattern-recognition, vb6-source
- Language: Visual Basic 6.0
- Homepage:
- Size: 8.69 MB
- Stars: 8
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# :fleur_de_lis: Motif detection VB6
Motif detection VB6 - Consider a list of similar words / strings. This application searches inside a text sequence (a DNA sequence in this particular case) for words that resemble those inside a list of similar words (small look-alike equal-length DNA sequences). Note that the word "motif" in bioinformatics/genetics is a synonym for the word "pattern".
# References
- Paul A. Gagniuc. Algorithms in Bioinformatics: Theory and Implementation. John Wiley & Sons, Hoboken, NJ, USA, 2021, ISBN: 9781119697961.