Skip to content

Remove Kmers

Adam Taranto edited this page Sep 23, 2024 · 1 revision

Removing kmer records

# Drop kmer
kct.drop('AAA')

# Drop by hash
kct.drop_hash(10679328328772601858)