Function-agnostic gene cluster detection
Project description
NOTE
Extensive alpha testing has been conducted, though this software is in a beta state. Errors are expected, often rerunning without changing parameters is sufficient to resume appropriately. Kindly raise git issues for errors - if you can find the bug, even better! This software will have longterm maintenance, but maintenance is currently not the priority. Documentation is currently lacking, please be patient as I build out the repository and wiki.
Please also note that this software interfaces with the comparative genomics software suite, Mycotools. I am hopeful you will find Mycotools useful. Please find its manuscript and the associated repository.
PURPOSE
The most common gene cluster detection algorithms focus on canonical “core” biosynthetic functions many gene clusters encode, while overlooking uncommon or unknown cluster classes. These overlooked clusters are a potential source of novel natural products and comprise an untold portion of overall gene cluster repertoires. Unbiased, function-agnostic detection algorithms therefore provide an opportunity to reveal novel classes of gene clusters and more broadly define genome organization. CLOCI (Co-occurrence Locus and Orthologous Cluster Identifier) is an algorithm that identifies gene clusters using multiple proxies of selection for coordinated gene evolution. Our approach generalizes gene cluster detection and gene cluster family circumscription, improves detection of multiple known functional classes, and unveils noncanonical gene clusters. CLOCI is suitable for genome-enabled specialized metabolite mining, and presents an easily tunable approach for delineating gene cluster families and homologous loci.
INSTALL
pypi and conda packages will be built for CLOCI in the coming weeks. Until then, please clone the repository and install the necessary dependencies manually.
USE
Input dataset
CLOCI inputs a MycotoolsDB that contains genomes ('omes') of interest. It is important to adequately sample a cluster's distribution to detect it. I thus generally recommend implementing CLOCI at least at the subphylum-level. This varies depending on the lineage's rate of microsynteny decay and the phylogenetic distance with which horizontal transfer occurs.
Hyperparameters
CLOCI default parameters have been tuned for our initial dataset on ~2,250 fungi across the kingdom. These should suffice for most analyses. By default, thresholds for all proxies of coordinated gene evolution are set to 0. These thresholds will vary for the type of clusters of interest and the lineage. I recommend compiling a dataset of known cluster reference genes, running CLOCI, identifying those genes in the output, determining the values for the reference cluster proxies, and then implementing the thresholds.
There are numerous hyperparameters that will drastically affect output quality. I suspect our pilot study reached a local maximum in terms of output quality, though a global maximum perhaps lies with further hyperparameter tuning.
Example
Extract a MycotoolsDB of Agaricomycotina
mtdb e -l Agaricomycotina > agaricomycotina.mtdb
Run CLOCI
cloci -d agaricomycotina.mtdb -r <ROOT_OME>
Resume a CLOCI run, i.e. to add proxy thresholds or resume following error
cloci -d agaricomycotina.mtdb -r <ROOT_OME> -o <PREVIOUS_DIR>
ON THE ALGORITHM
Pipeline
Recovery of 68 reference clusters
Boundary assessment of 33 reference clusters
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file cloci-0.0.6.tar.gz
.
File metadata
- Download URL: cloci-0.0.6.tar.gz
- Upload date:
- Size: 78.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7a76a30f72537e924aec35ed558a46e52fe91e440f78f23cffc973477131c3fd |
|
MD5 | b64f8fa5158694a16f303aa5a48d6782 |
|
BLAKE2b-256 | cedc9495a5f5a14372171761474970afe5fe722a409c5c7dac6d45517e67bfa2 |