To find the most frequent k-mer in a string, Text, we would like to create a mapping where we map each k-mer appearing in Text tp it's number of occurrences in Text. We call this structure Frequency map.
-
Notifications
You must be signed in to change notification settings - Fork 0
To find the most frequent k-mer in a string, Text, we would like to create a mapping where we map each k-mer appearing in Text tp it's number of occurrences in Text. We call this structure Frequency map.
dramponsah/FrequencyMapping
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
To find the most frequent k-mer in a string, Text, we would like to create a mapping where we map each k-mer appearing in Text tp it's number of occurrences in Text. We call this structure Frequency map.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published