NGSEP / NGSEPcore

NGSEP is an integrated framework for analysis of high throughput sequencing (HTS) reads. The main functionality of NGSEP is the variants detector, which allows to make integrated discovery and genotyping of Single Nucleotide Variants (SNVs), insertions, deletions, and genomic regions with copy number variation (CNVs).
GNU General Public License v3.0
45 stars 17 forks source link

New Invertible Hash Function - getHash - ShortKmerCodesTable #48

Closed MrCheesyBurgerU closed 10 months ago

MrCheesyBurgerU commented 10 months ago

The getHash method associated with the ReadsAligner is modified. The existent implementation was changed to a prime number by an invertible Hash function that reduces collisions between values.