multi-locus sequence type clade classifier for C.difficile
Project description
MLSTclassifier_cd
Table of Contents
Overview
Enhance your clade prediction process with MLSTclassifier_cd, a powerful machine learning tool that employs K-Nearest Neighbors (KNN) algorithm. Designed specifically for Multi-Locus Sequence Type (MLST) analysis of C. difficile strains, including cryptic variants, this tool streamlines and accelerates clade prediction. MLSTclassifier_cd achieves a prediction accuracy of approximately 92%.
StatQuest methodology was used to build the model (https://www.youtube.com/watch?v=q90UDEgYqeI&t=3327s). Powered by the Scikit-learn library, MLSTclassifier_cd is a good tool to have a first classification of your C. difficile strains including cryptic ones.
The model was trained using data from PubMLST (May 2023): https://pubmlst.org/bigsdb?db=pubmlst_cdifficile_seqdef&page=downloadProfiles&scheme_id=1. Cryptic strains for training were assessed manually using phylogenetic tree construction, fastbaps and popPUNK to refine clustering.
GitHub repo: https://github.com/eliottBo/MLSTclassifier_cd
Installation:
It is recommended to use a virtual environment.
Install PyPI package:
pip install mlstclassifier-cd
https://pypi.org/project/mlstclassifier-cd/
Usage:
The first argument is a path to a directory containing ".mlst" (like the ones optained from PubMLST) or ".fastmlst" files from FastMLST. The second argument is a path to the output directory where the output files will be.
Basic Command:
MLSTclassifier_cd [input directory path] [output directory path]
Example: MLSTclassifier_cd /Desktop/input_directory_name /Desktop/output_directory_name/
Output:
After running MLSTclassifier_cd, the result file contain a column named "predicted_clade". It also creates the following files:
- "pie_chart.html" plot representing the proportions of the different clades found.
- "count.csv" a csv file containing the raw value count of your predicted clades for you to generate your own graphs!
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file mlstclassifier_cd-0.4.3.tar.gz
.
File metadata
- Download URL: mlstclassifier_cd-0.4.3.tar.gz
- Upload date:
- Size: 22.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.9 Darwin/23.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2866511ebd97de1ed25b04b540d34f0a49987d6ca1677a287a06751b316a4e00 |
|
MD5 | dac6ef5d30e7dcc7e88901aa611f9dd4 |
|
BLAKE2b-256 | dbd13536676adaf09649d513388763fa15f766d9eb20b975ffa9c8c34b5f2864 |
File details
Details for the file mlstclassifier_cd-0.4.3-py3-none-any.whl
.
File metadata
- Download URL: mlstclassifier_cd-0.4.3-py3-none-any.whl
- Upload date:
- Size: 22.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.9 Darwin/23.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 839c38f95672360598abe2202fc9b1e045709b8feff1be79fd2386896c8b017b |
|
MD5 | cca3738259396dda2942d03936fccf7c |
|
BLAKE2b-256 | cba740704f8713fe1814a0c3148bdbaec427165814f8dfae6991e7b7a2c05d10 |