This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to extract reads that match k-mer profiles from a collection of sequences?

Let's say you had 10 draft-genome assemblies from different sources with 100 contigs all together from a particular genus.

Are there any tools that allow you to use this "database" of assemblies to then grab any reads that have even a remotely similar k-mer usage to the "database"?

I know about kneaddata but that is mapping to a very specific reference sequence, I'm looking for a way to extract reads that have similar k-mer usage.

Is there a tool that I can use to do this?

sequencing

1 answer

cookiecutter (https://github.com/ad3002/Cookiecutter ) seems to do what you need. You will need to test and ascertain.

Is that more for extract adapters or can it be extended to entire genome k-mer profiles?

Log in to answer this question.