LadnerLab / PepSIRF

PepSIRF: Peptide-based Serological Immune Response Framework
GNU General Public License v3.0
9 stars 2 forks source link

Add option for using non-consecutive kmers to generate linkage map #232

Closed jtladner closed 1 month ago

jtladner commented 6 months ago

Instead if defining kmers just as consecutive stretches of characters from a larger string, I want to create the option for creating kmers from non-consecutive characters.

I will write and share some python code as a starting place.