Implement a SequenceTyper #75
Labels
enhancement
New feature or request
kmer
Kmer based analysis
mlst
MLST analysis
variant/mutation
Variant/mutation based analysis
Since I have access to mutations/mlst/kmers (sketches) I can take advantage of all of these to do sequence typing.
So, one idea is to implement a
SequenceTyper
class which gets passed to my query API. For example, say I wanted to type sequences based on mutations (e.g., https://github.com/cov-lineages/constellations of SARS-CoV-2). I could create a class like so:Where
type_query()
is a method to implement to select samples of a particular type.This could then be used as:
This wouldn't be limited to mutations/SARS-CoV-2 though. I could do the same thing with MLST results, with kmer sketches, with phylogenetic trees, with attached metadata, or a combination of all of them.
The text was updated successfully, but these errors were encountered: