Skip to content
DominikS edited this page Sep 16, 2023 · 4 revisions

Welcome to the XspecT wiki!

XspecT is a Python-based web-application to taxonomically classify Acinetobacter (and other bacterial) sequence-reads (or assembled genomes) on the species and/or sub-type level using Bloom Filters and a Support Vector Machine. It also identifies existing blaOxa-genes and provides a list of relevant research paper for further research.

XspecT utilizes the uniqueness of kmers and compares extracted kmers from the input-data to a reference database. Bloom Filter ensure a fast lookup for this process. For a final prediction the results are classified using a Support Vector Machine. Local extensions of the reference database are supported.

The tool is available as a web-based application and as command line interface as well.

Clone this wiki locally