Skip to content

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

dramponsah/FrequencyMapping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

FrequencyMapping

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.

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

No packages published

Languages