k-mer-counting
There are 20 repositories under k-mer-counting topic.
lh3/kmer-cnt
Code examples of fast and simple k-mer counters for tutorial purposes
bcgsc/ntCard
Estimating k-mer coverage histogram of genomics data
brentp/indelope
find large indels (in the blind spot between GATK/freebayes and SV callers)
fastqc-rs/fastqc-rs
A quality control tool for FASTQ files written in rust
suchapalaver/krust
Bioinformatics 101 tool for counting unique k-length substrings in DNA
pnnl/mercat
MerCat: python code for versatile k-mer counting and diversity estimation for database independent property analysis for meta -ome data
slowikj/seqR
fast and comprehensive k-mer counting package
MatthewRalston/kmerdb
Python bioinformatics CLI for k-mer counts and de Bruijn graphs
raw-lab/mercat2
MerCat2: python code for versatile k-mer counting and diversity estimation for database independent property analysis for metaome data
microbial-pangenomes-lab/panfeed
A k-mer counter that streams gene-cluster specific k-mers, while keeping k-mer positional information. Useful for microbial GWAS analyses with higher interpretability.
pmenzel/kiq
K-mer indexing and querying in RNA-Seq data
visheshsinha/DNA-Sequencing
Get Started with DNA Sequencing working with .FastQ and .FastA file formats and performing Pattern Matching Algorithms (Exact & Approximate).
andrewdalpino/DNAHash
A specialized datastructure for counting short DNA sequences for use in Machine Learning and Bioinformatics.
arriam-lab2/yack
fast and lightweight counting of short k-mers
Scien-ide/Helix
A PHP hash table optimized for counting short gene sequences for use in Bioinformatics.
amirhosseinazami1373/DNA-Sequencing-using-K-mer-Counting-and-Machine-Learning-Techniques
Utilizing support vector machines, naïve bayes classification and neural networks to find which gives the best results of classification of DNA sequence data into 7 different protein classes.
im-mou/gpu-kmer-counter
Implementación del algoritmo para contar K-mers en una secuencia genética usando GPUs.
pranavkadam/MiniProjects
Assignments in C++
jamshed/KmerEstimate_Project
A project submitted as the requirement of the course CSE 549 (Computational Biology), titled as "Efficient Parallelization for KmerEstimate: A Streaming Algorithm for Estimating k-mer Counts with Optimal Space Usage". Original serial algorithm available at github.com/srbehera11/KmerEstimate.