figshare
Browse
kmers.cpp (1.16 kB)
Download file

Fast kmer counting table algorithm using perfect hash function: C++ pseudo-code integration into R using Rcpp API

Download (3.5 kB)
software
posted on 2016-06-13, 06:45 authored by Macherki M. E.Macherki M. E.
Counting kmers (substrings of length k in DNA sequence data) is an essential component of many methods in bioinformatics, including data preprocessing for de novo assembly, repeat detection, and sequencing coverage estimation. We proposed a simple algorithm to calculate the kmer count using perfect hash table implemented in C++ and using Rcpp API to be able exported into R.

History