Wiki

Clone wiki

MicrobialInSilicoTyper / Home

MIST: a tool for rapid in silico generation of molecular data from bacterial genome sequences

Abstract

Whole-genome sequence (WGS) data can, in principle, resolve bacterial isolates that differ by a single base pair, thus providing the highest level of discriminatory power for epidemiologic subtyping. Nonetheless, because the capability to perform whole-genome sequencing in the context of epidemiological investigations involving priority pathogens has only recently become practical, fewer isolates have WGS data available relative to traditional subtyping methods. It will be important to link these WGS data to data in traditional typing databases such as PulseNet and PubMLST in order to place them into proper historical and epidemiological context, thus enhancing investigative capabilities in response to public health events. We present MIST (Microbial In Silico Typer), a bioinformatics tool for rapidly generating in silico typing data (e.g. MLST, MLVA) from draft bacterial genome assemblies. MIST is highly customizable, allowing the analysis of existing typing methods along with novel typing schemes. Rapid in silico typing provides a link between historical typing data and WGS data, while also providing a framework for the assessment of molecular typing methods based on WGS analysis.

Paper

The full paper is available here (pdf).

Citation

Cite as:

MIST: a tool for rapid in silico generation of molecular data from bacterial genome sequences. Kruczkiewicz, Peter and Mutschall, Steven and Barker, Dillon and Thomas, James and Van Domselaar, Gary and Gannon, Victor P.J. and Carrillo, Catherine D. and Taboada, Eduardo N. Proceedings of Bioinformatics 2013: 4th International Conference on Bioinformatics Models, Methods and Algorithms. 2013. 316–323.

Bibtex citation:

@article{kruczkiewicz_mist:_2013,
    title = {{MIST:} a tool for rapid in silico generation of molecular data from bacterial genome sequences},
    lccn = {0000},
    journal = {Proceedings of Bioinformatics 2013: 4th International Conference on Bioinformatics Models, Methods and Algorithms},
    author = {Kruczkiewicz, Peter and Mutschall, Steven and Barker, Dillon and Thomas, James and Van Domselaar, Gary and Gannon, Victor {P.J.} and Carrillo, Catherine D. and Taboada, Eduardo N.},
    year = {2013},
    pages = {316–323}
}

Supported in silico assays

  • Sequence typing methods
    • e.g. MLST
  • PCR-based methods
    • e.g. CGF
  • VNTR-based
    • e.g. MLVA
  • Probe hybridization methods
    • e.g. microarrays

For more information go here

Requirements

Setting up BLAST+ for MIST

You need to add the BLAST+ bin folder to your PATH system variable:

  • Open Computer
  • Open Properties
  • Open Advanced system settings
  • Open Environment variables...
  • Open System variables
  • Select Path
  • Click Edit...
  • append ;C:\Program Files\NCBI\blast-x.x.xx+\bin where x.x.xx is the version of BLAST+ installed
    • DO NOT DELETE OTHER ENTRIES
  • Press OK
  • Test if MIST is able to run
  • OR try running blastn from commandline (cmd.exe)

Command-line version

Command-line version of MIST available here

This version of MIST is supported on Linux (with Mono) and Windows.

Updated