andim / pyrepseq

Python library for immune repertoire analysis
MIT License
15 stars 4 forks source link

Symdel manual lookup #47

Closed heartnetkung closed 1 month ago

heartnetkung commented 2 months ago

Add new feature to speed up the use case of multiple Symdel queries of the same dataset.

The implementation add new output_type parameter "hashmap" to symdel function which returns indexed data and a new function symdel_manual_lookup to query from this indexed data.