This is a test version of Biostars. For the public version, visit https://www.biostars.org.
K-mer counter tool should write k-mers occurring only once to the output file?

Dear Members,

I would like to know that Are k-mers whose occurrence is only 1(one) have any purpose in assembling/in any other Bioinformatics problem? A K-mer counter tool should write k-mers occurring only once to the output file?

kmer kmer counter

1 answer

Since measurements are affected by random errors a kmer that was seen only once is typically considered to have originated from such an error. This reasoning usually holds - but of course, as always, there may be exceptions to it.

Which kmers are written to a file is an implementation detail - and may depend on the tool.

@Istvan Albert, Thanks for replying. Do you mean that K-mers which are occurring only once in the data set does not have any significance/purpose in assembling or any other bio-informatics problems?

Due to redundancy a singleton k-mer in reads is likely a sequencing error. They could be significant post assembly though..

Thx 5heikki for your answer. It means can I say that generating singleton kmers is must by kmer counter tools.

Log in to answer this question.