You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.