A program to read sequences from fastq file and find out the frequency of all substrings with length k across all sequences in the file.
-
Updated
Jan 23, 2021 - Python
A program to read sequences from fastq file and find out the frequency of all substrings with length k across all sequences in the file.
Counts the number of occurrences of each k-mer in a DNA string
A naive implementation of a k-mer counter in Python, takes fasta files and k-mer length requests and outputs all k-mers of length k, their reverse complement, and their frequency within their respective sequence for each sequence in the file.
Generate K-mer spectra to observe modalities of distributions
MerCat: python code for versatile k-mer counting and diversity estimation for database independent property analysis for meta -ome data
Add a description, image, and links to the kmer-frequency-count topic page so that developers can more easily learn about it.
To associate your repository with the kmer-frequency-count topic, visit your repo's landing page and select "manage topics."