Next Article in Journal
Ovine KRTAP36-2: A New Keratin-Associated Protein Gene Related to Variation in Wool Yield
Previous Article in Journal
Comparative Mitogenomics Reveals Cryptic Species in Sillago ingenuua McKay, 1985 (Perciformes: Sillaginidae)
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Machine Learning Suggests That Small Size Helps Broaden Plasmid Host Range

Department of Microbiology and Center for RNA Biology, The Ohio State University, Columbus, OH 43210, USA
*
Authors to whom correspondence should be addressed.
Genes 2023, 14(11), 2044; https://doi.org/10.3390/genes14112044
Submission received: 15 October 2023 / Revised: 1 November 2023 / Accepted: 2 November 2023 / Published: 5 November 2023
(This article belongs to the Section Bioinformatics)

Abstract

:
Plasmids mediate gene exchange across taxonomic barriers through conjugation, shaping bacterial evolution for billions of years. While plasmid mobility can be harnessed for genetic engineering and drug-delivery applications, rapid plasmid-mediated spread of resistance genes has rendered most clinical antibiotics useless. To solve this urgent and growing problem, we must understand how plasmids spread across bacterial communities. Here, we applied machine-learning models to identify features that are important for extending the plasmid host range. We assembled an up-to-date dataset of more than thirty thousand bacterial plasmids, separated them into 1125 clusters, and assigned each cluster a distribution possibility score, taking into account the host distribution of each taxonomic rank and the sampling bias of the existing sequencing data. Using this score and an optimized plasmid feature pool, we built a model stack consisting of DecisionTreeRegressor, EvoTreeRegressor, and LGBMRegressor as base models and LinearRegressor as a meta-learner. Our mathematical modeling revealed that sequence brevity is the most important determinant for plasmid spread, followed by P-loop NTPases, mobility factors, and β-lactamases. Ours and other recent results suggest that small plasmids may broaden their range by evading host defenses and using alternative modes of transfer instead of autonomous conjugation.

1. Introduction

Since 1952, when Joshua Lederberg proposed the term plasmid for any extrachromosomal genetic material [1], plasmid replication, mobility, and maintenance have been extensively studied [2]. While the role of plasmids in shaping bacterial evolution and their utility as investigative and biotechnological tools are broadly recognized by the scientific community, their contribution to the rapid spread of antibiotic-resistant genes (ARGs) has made plasmids a pressing medical threat. The existence of ARGs predates the modern era of antibiotic use [3], but conjugative plasmids isolated from infected humans prior to 1954 rarely carry ARGs [4]. The widespread, and often reckless, use of antibiotics in medicinal practice, and even more so in farming [5], exerted strong selective pressure for ARG acquisition by human- and livestock-associated bacteria, and plasmids carrying multiple ARGs are common in samples sequenced today [6].
Plasmids are ideal vehicles for disseminating ARGs by horizontal transfer [7]. Plasmid transfer can occur across phyla in soil [8] and in the gut [9], and even across domains [10]. The omnipresence of ARGs in commensal microbiomes [11] renders even the last-resort antibiotics ineffective in the treatment of infectious diseases [12] and compels us to understand the mechanisms that enable their spread.
Plasmids deliver their cargo into new hosts through conjugation and are classified into three types based on their mobility: conjugative, mobilizable, and non-mobilizable plasmids [7]. Conjugative plasmids encode the origin of transfer (oriT), relaxase (MOB), and membrane-associated mating pair formation (MPF) complex, the elements required for autonomous transfer. Mobilizable plasmids do not carry the complete set of transfer elements but can hijack the missing factors from co-resident conjugative plasmids, and non-mobilizable plasmids lack components that mediate transfer.
While efficient conjugation is a prerequisite for plasmid spread, plasmids contain numerous other genes that determine their success. A newly acquired plasmid must evade cellular defenses, such as restriction-modification (RM) systems. To persist in a new host, plasmids must efficiently replicate and be partitioned between daughter cells. Novel biosynthetic pathways and resistance to antibiotics and heavy metals promote survival under selective pressure [13]. Other factors may neutralize host-encoded defense systems [14] or act as addiction modules that prevent plasmid loss [15]. The current understanding of plasmid persistence was extensively reviewed, and a central question was posed [16]: what drives the distribution of plasmids in bacterial (pan)genomes?
Clustering analysis of plasmid homologs can be used to analyze their host range and identify factors that determine this range. Several classification approaches have been developed; the most sophisticated methods are based on the partitioning of networks inferred from genetic distances between entire plasmid sequences [17]. Many tools for the prediction of the plasmid host range have been published. MOB-suite is based on the types of replicons, oriT, MOB, and MPF [18]. COPLA works by assigning plasmid taxonomic units (PTUs) based on total average nucleotide identity (ANI) [19]. PlasmidFinder uses the BLASTn algorithm to look for DNA homologies [20]. PLACNET, which builds a contig interaction network using reference plasmids from different hosts, can infer potential plasmid–host associations directly from whole genome sequencing data [21]. The rapidly increasing plasmid sequence space, combined with the enormous diversity of plasmid-encoded genes, pose challenges for conventional bioinformatics approaches and call for the application of machine-learning algorithms to harness this wealth of data [22]. For example, PlasmidHostFinder, a trained random-forest model, shows advantages over PlasmidFinder on incomplete plasmid sequences [23]. The newly released HOTSPOT [24] incorporates a language model, Transformer, and takes all predicted proteins into account, outperforming MOB-typer [18], PlasmidHostFinder [23], and PlasFlow [25].
Here, we resolved plasmid clusters for a complete dataset of 30 thousand bacterial plasmids from NCBI by using the Leiden algorithm [26]. Plasmid backbone features including size, topology, and GC content, and the gene function pool of the plasmidome, i.e., all plasmids collectively, were fed into machine-learning models to identify the features that determine host ranges. Our results demonstrate that P-loop NTPases, involved in a wide range of cellular processes including DNA and protein translocation, and metallo-β-lactamases, whose abundance reflects the wide use of β-lactam antibiotics, have impacts on plasmid spreading. However, our analysis identifies a small size (under 20 kbp) as the most important feature for model stack performance.

2. Materials and Methods

2.1. Plasmid Sequences Collection

The plasmid list was downloaded from NCBI (https://ncbi.nlm.nih.gov/genome/browse#!/plasmids/, accessed on 17 April 2023 ). The sequence completeness was checked with EDirect (v13.7) [27]: if a plasmid belonged to an assembly, a “complete genome” level is required; otherwise, the completeness status record must be “complete”. Then, all of the complete bacterial plasmid sequences were downloaded from NCBI. Finally, all sequences were passed through Deeplasmid [28] to check for potential bacterial chromosomes. Only plasmids that can be reliably processed by Deeplasmid (1–330 kbp) and labeled as “plasmid” were kept in our dataset, whereas ones labeled as “genome” were removed. Sequences labeled as “AMBIGUOUS” were compared with PLSDB (2021-6-23 V2) [29], and only those that were in the PLSDB were kept. To reduce the redundancy, the whole plasmid sequence was sketched (options: −s 330000 −k 21) and the mash distance was calculated using Mash (v2.3) [30]. Plasmids that have 100% identity (mash distance = 0) and come from the same species were grouped, and one representative was randomly selected from each group.

2.2. Plasmid Clustering

The pairwise ANI values among plasmids were calculated using FastANI (v1.33) [31]. The query plasmid was fragmented into 200 bp fragments and 50% of the smaller plasmid had to be orthologous to the larger plasmid for trusting ANI (options: --fragLen 200 --minFraction 0.5). Self-comparison was removed, and reciprocal pairs were merged by averaging the ANI values. A transformed ANI has been successfully used for clustering plasmids [32,33]. Although 95% ANI is argued not to be a universal threshold for the species boundary [34], two sequences with ≥95% ANI values will certainly be very similar. Thus, we transformed the ANI values into edge weights as follows:
edgeweights =               A N I 100   ; if   A N I   95 1 1 + 20 1 A N I 100   ; otherwise                        
In Equation (1), ANI indicates the ANI values.
Plasmids clustering was performed by using the Leiden algorithm with the constant Potts model [26] implemented in Python (v3.10.4). To find the best partitions, we performed a resolution scan (ranging from 0 to 1). The high modularity value here indicates dense connections inside of modules but loose connections among nodes of different modules. Groups with more than two members were kept for further analysis (Dataset 1A), whereas others were removed. All the removed plasmids are listed in Dataset 1B. All networks were visualized using Cytoscape (v3.9.1).

2.3. Distribution Possibilities

For each cluster, we calculated a distribution possibility based on the taxonomic lineage of bacterial hosts (Figure S1). (1) For a given cluster, the number of plasmids of each taxon (Pn) was calculated for taxonomic rank genus, family, order, class, and phylum (Dataset 1C). (2) Since our dataset is biased (Figure S2, many taxa will be underrepresented), and the plasmid number of each taxon had to be normalized. For a given taxon, which is present in several clusters, the average plasmid number per cluster (APntax) can be calculated. Pn was then normalized as follows:
N P n t a x = 1 ; if   P n A P n t a x N P n t a x = P n A P n t a x ; otherwise
where NPntax is the normalized plasmid number for a given taxon.
(3) Based on NPntax, we first calculated a standard deviation (SDrank) for a given taxonomic rank using Equation (3) to capture the plasmid distribution. A smaller SDrank suggests that the plasmids are more evenly distributed across the taxa for a given rank:
S D r a n k = i = 1 x N P n t a x _ i A P n r a n k 2 x ; if   x > 1 S D r a n k = 1 ; otherwise
where x is the number of taxa for a given rank, and APnrank is the average of NPntax for a given rank. Then, the plasmid distribution score (DSrank) is calculated as follows:
D S r a n k = 1 S D r a n k x            
Thus, for a given rank, the more taxa it has, the bigger is the DSrank.
(4) The DSrank is converted into the distribution possibility (Pdis_rank) (Dataset 1C) as follows:
P d i s _ r a n k = 1 ; if   D S r a n k > 2 P d i s _ r a n k = D S r a n k 2 ; otherwise        
Pdis_rank describes the possibility that a cluster can spread on a given rank. For example, if the rank has two taxa and SDrank = 0 (a perfectly even distribution), then DSrank = (1 − 0) × 2 = 2 according to Equation (4), and this cluster was defined to have 100% possibility to spread on this rank; see Equation (5).
Finally, a sum of the distribution possibility (Psum) (Dataset 1C) is calculated for each cluster as follows:
P s u m = P d i s _ r a n k ; r a n k = genus ,   family ,   order ,   class ,   phylum

2.4. Extraction of Features

Plasmid size, GC content, and topology were extracted from NCBI. MOB-typer (v3.1.4) [18] was used to identify types of replicon(s), MOB, MPF, and oriT. All plasmids were annotated using prokka (v1.13) [35] with evalue < 1 × 10−9. The predicted proteins were searched against Pfam_A models (https://www.ebi.ac.uk/interpro/download/pfam/, accessed on 25 June 2023) using hmmscan (v3.2.1) (http://hmmer.org/) with model-specific trusted cutoffs. The COG terms [36] were assigned using the cdd2cog script (v0.1) [37]. To identify putative ARGs, the predicted proteins were analyzed using AMRFinder (v3.11.18) [38] and blastp searching against the CARD database [39] (evalue < 1 × 10−10, bitscore > 50).
To prepare for machine-learning model training, the collected features were processed through multiple steps. (1) The plasmid sizes were converted into categorical values as follows: smallest (<20 kbp), small (20–50 kbp), average (50–100 kbp), and large (>100 kbp). GC (%) content follows the rule: lower (<30), low (30–40), mean (40–50), high (50–60), and higher (>60). The features collected through MOB-typer and hmmscan are categorical values already. (2) The fractions of all categorical values were calculated for each cluster. (3) All features were combined and less informative clusters, with fewer than 22 features (~2% of the ones with the richest features), were removed. (4) All Psum = 0 were replaced with Psum = 0.3, the lowest value besides Psum = 0. Although both values indicate that the cluster is limited at the species level, Psum = 0.3 improves model performance. (5) All features were scaled to 0–1, calculated column-wise using MinMaxScaler from ScikitLearn (v0.7.0) implemented in Julia (v1.9.1). (6) Features with less than 1% variation calculated column-wise were deleted from the data matrix. (7) Using the features from step 6, a model stack was trained as described below. Then, the feature columns were eliminated one by one and the feature that had the greatest negative effect on the model stack performance was removed. A total of four rounds were performed. The final data matrix (920 × 141) contained 920 observations (clusters), each having one Psum value and 140 features.

2.5. Model Training

The model training was performed with MLJ (v0.19.2) [40]. First, six base models (CatBoostRegressor, EvoTreeRegressor, RandomForestRegressor, DecisionTreeRegressor, LGBMRegressor, and XGBoostRegressor) were optimized separately. The data matrix was split into training and testing datasets randomly at a ratio of 4:1. The models were tuned on the training dataset and the performance was evaluated on the unseen testing dataset. A Cartesian grid-based hyperparameter tuning strategy with default resolution and five-fold cross-validation was deployed. Because ~85% of the Psum were <1.2 (Dataset 1C), we applied the synthetic minority over-sampling technique (SMOTE) [41] to the training dataset to triple the data points with Psum = 1.2–2.5 and quadruple those with Psum = 2.5–5.
A model stack might outperform all the base models [42]. After tuning the base models, LinearRegressor was used as a meta-learner for searching the best combinations of the base models, as it proved to be superior to other models, such as EpsilonSVR, LassoRegressor, and RidgeRegressor.

2.6. Importance Index

To assess contributions of individual features to the model stack performance, we used the drop-column importance method: (1) The feature columns were removed one by one to generate updated data matrices. (2) The updated data matrices were split into training (80%) and testing (20%) datasets randomly. (3) The model stack was trained on the training dataset and tested on the unseen testing dataset. (4) Since different splits cause different model performance, steps 1–3 were repeated 100 times to obtain the mean of the mean squared error (MSE). Stack model performance on the original data matrix serves as a baseline, allowing us to use changes of MSE to indicate the feature importance. Finally, the MSE differences were normalized by the greatest changes. The normalized values were used as the importance index (Dataset 1D).

2.7. Feature Combinations

Next, we explored the combined effects of selected features. Our data matrix had 140 features, and it would be impossible to test all possible feature combinations, ~1042. To identify the most impactful feature combinations, we first tried to drop two feature columns at the same time; however, none showed greater effect than removing only “smallest”. Then, we launched a “lucky guess” to find the best combination that could significantly compromise the model stack performance: (1) The data matrix was split into training (80%) and testing (20%) datasets randomly. (2) A combination consisting of n (n = 4, 5, 6, 7, 8) features was generated randomly. (3) Since “smallest” has the highest importance index (Dataset 1D), the selected features from step 2 and “smallest” were dropped to generate an updated training and testing dataset. (4) The model stack was trained on the updated training dataset and tested on the testing dataset to obtain the MSE. If the MSE was greater than the initial standard, the initial standard was updated to the MSE and the feature combination was recorded. (5) We repeated steps 2–4 50,000 times.

3. Results

3.1. Defining Features of Bacterial Plasmids

Many plasmid databases have been compiled for different purposes, e.g., COMPASS [43], PLSDB [44], and Plasmid MLST [45]. However, these databases are either outdated (an issue compounded by the rapid expansion of the plasmidome) or have only highly selected representatives. In our work, we used a complete bacterial plasmid dataset from NCBI composed of 30,464 plasmids.
Each plasmid is characterized by a unique combination of structural and functional features that could shape its host range. The structural features include plasmid topology (linear vs. circular), GC content, and size (length of nucleotide sequence), and can be easily defined. The collected plasmids have an average size of 74 kbp and an average GC content of 45.7%. The median values for size and GC content are 52.6 kbp and 47.8%, respectively (Figure 1A,B). Plasmid-encoded proteins represent functional features that are much more difficult to define. Our dataset contains 2,539,260 predicted proteins whose functions can be hypothetically assigned based on similarity to known proteins. The Clusters of Orthologous Groups (COGs) database allows classification of proteins into very broad functional groups based on their phylogenetic relationships [46]. We assigned COG categories to all predicted proteins in our dataset (Figure 1C) to find that plasmid-borne proteins appear to have very diverse functions, falling into 25 out of 26 COG categories; the A, B, and Z COG categories are underrepresented, and no proteins belong to the Y (nuclear structure) category. As expected, the top three categories, comprising ~37% of proteins that are in the COGs, represent functions related to plasmid replication and propagation (Figure 1C). Notably, only half of the plasmid-encoded proteins can be assigned to COGs, thus representing conserved protein families, whereas the remaining predicted proteins likely have novel functions [46].
The immense diversity of plasmid genomes makes elucidating the relationships between all plasmid features and their host range challenging for traditional bioinformatic methods. Here, we explored machine learning-based models to identify the key features that determine plasmid spread. However, using too many features would introduce noise and slow down computing. To reduce the number of features, plasmid size and GC content values were quantized into arbitrary sets, and predicted proteins were grouped into protein families/domains.
Based on the study of plasmid mobility types versus plasmid sizes [7] and commonly used size cutoffs, we divided plasmids into four categories by size, each containing a similar number of plasmids (Figure 1A). The GC content changes roughly linearly in our dataset except for the extreme values (>~60% or <~28%), which were assigned to the “higher” and “lower” categories, respectively. The remaining plasmids were separated into three categories with 10% GC intervals (Figure 1B). Conserved protein function classification was performed using Pfam-A models [47]. A total of 7085 unique Pfam models were assigned to the predicted proteins. The classification of conjugation machinery components has been used for plasmid host prediction by Mob-typer [48]. We assigned 745 replicon types, 10 MOB types, 5 MPF types, and 6 oriT types to all plasmids. The ribosomal RNA, tRNA, ncRNA, and DNA/RNA regulatory elements were not considered.
An initial set of 7862 features did not support good model performance, prompting us to reduce the number of features to minimize noise. After several steps of feature engineering, the pool displaying the best performance contained 140 features (Dataset 1D).

3.2. Plasmid Clustering

To define their host distribution, we clustered all the plasmids first. The pairwise ANI has been successfully used for plasmid clustering [32,33]. In this study, we used transformed ANI to build a plasmid similarity network and identified 1125 clusters (Figure 2) using the Leiden algorithm with the constant Potts model [26]. The final network achieved a modularity of 0.8 with a resolution of 0.02 (Figure S3); a high modularity value, which ranges from 0 to 1, implies good cluster separation. The three mobility types are nearly equally represented in our dataset (Dataset 1A) and plasmids of different mobility types co-exist in many clusters, but one mobility type is predominant in most (Figure 2). Non-mobilizable plasmids tend to be found in small clusters, reflecting limitations on genetic information exchange with other bacteria.

3.3. Plasmid Distribution

We chose to study plasmid distribution based on the collective behavior of an entire cluster, rather than on individual plasmids. To describe the host distribution in each cluster, we used a sum of distribution possibility scores (Psum). The Psum ranges from 0 to 5, with 5 indicating 100% possibility for multi-phyla distribution (Figure 3A, Dataset 1C).
Our analysis shows that only 13 out of 1125 clusters have more than 70% possibility (Psum > 4.7) for multi-phyla distribution, whereas 805 clusters have Psum < 0.7, indicating 70% possibility of species-level distribution. The majority of hosts in multi-phyla clusters are limited to one phylum, Pseudomonadota or Bacillota (Dataset 1C, Figure 3B). For instance, cluster 2 contains 1266 plasmids of Pseudomonadota and one each of Actinomycetota, Bacillota, and Thermodesulfobacteriota. The sequencing bias is one reason responsible for this distribution pattern. Plasmids from Pseudomonadota and Bacillota comprise 93% of our dataset, and the Enterobacteriaceae family accounts for almost three-quarters of plasmids from Pseudomonadota (Figure S2). This bias complicates the analysis of plasmid distribution on the levels higher than a family.
To mitigate this bias, the plasmid number of a taxon was normalized (NPntax) by the average plasmid number per cluster (APntax) for the Psum calculation. After normalization, the differences among phyla became much smaller, yet Pseudomonadota and Bacillota remained predominant in multi-phyla clusters (Figure 3B).

3.4. Machine-Learning Models Training

Plasmid-encoded ARGs confer an obvious selective advantage in agricultural and clinical settings and are thus often discussed in light of their alarming spread through bacterial communities, whereas metabolic genes affect conjugation and antibiotic susceptibility indirectly [49]. How significant is the ARGs’ influence on plasmid spread? In our dataset, the number of ARGs-containing plasmids is not correlated with Psum (Figure S4A, Dataset 1E) and more features need to be considered to comprehensively analyze their effects on the plasmid distribution. Using the calculated Psum and defined features, we explored tree-based and gradient-boosting algorithms, which show advantage over deep learning models on a small-size dataset organized in a tabular style [50,51]. The base models were trained and evaluated separately (Table 1, Figure S5). Then, a model stack was used to optimize performance (Table 1). After testing all combinations, three base models, namely DecisionTreeRegressor, EvoTreeRegressor, and LGBMRegressor, were stacked with LinearRegressor as the meta-learner. The model stack outperformed all base models except for LGBMRegressor, as indicated by the MSE (Figure 4 and Figure S5), and worked better than LGBMRegressor for clusters with Psum > 1 (Figure 4 and Figure S5). However, the prediction of model stack for the clusters with Psum > 3 was poor (Figure 4), which is not surprising since we do not have many clusters showing distribution above order levels (Figure 3A, Dataset 1C). We also saw large fluctuations for several data points with Psum = 0, which may be a result of not having enough sequencing data to classify these clusters correctly.

3.5. Feature Importance Analysis

Because the model stack fails to understand clusters with Psum > 3, this analysis is only expected to reveal features important for distribution below the order level. All features were grouped into 12 types (Figure 5A; see Dataset 1D for members of each type). Next, we used drop-column importance analysis, where the model’s performance is tested after the removal of individual features, to calculate the importance index for each feature (Figure 5B, Dataset 1D).
Most features had a positive importance index, with the “smallest” size (<20 kbp) having the greatest effect on the model stack performance; a weak correlation was observed between Psum and “smallest”, but not with other plasmid sizes (Figure S4B–E). P-loop NTPases comprised the second most important group of positive features and ARGs also stood out, with the metallo-β-lactamase superfamily (Lactamase_B) showing a relatively high importance index (Figure 5B, Dataset 1D). In total, 35 out of 140 features showed negative importance indexes, yet their effects were negligible (Figure 5B, Dataset 1D), suggesting that these features reduce model performance by introducing potential noise.
Although plasmids can readily acquire new determinants, they can be viewed as groups of linked features, raising a possibility that these features jointly influence the plasmid distribution. We thus wished to investigate the effects of different feature combinations. Consistent with its apparent importance, removal of “smallest” increased the MSE from 0.53 to 0.66 (Figure 5C). We next assessed the impact of dropping two feature columns at the same time; however, no two-feature combinations showed greater effect than removing “smallest”. Facing the fact that we cannot go through all feature combinations (on the order of 1042), a random selection identified a combination of seven features which, when removed, increased the MSE from 0.53 to 0.74 (Figure S6A). In this seven-feature combination, only two features, “smallest” and “T2SSE”, had high importance indexes (Figure S6B) and one feature, “large”, had a negative index.
While finding one “bad” seven-feature combination supports our idea that a small subset of features may be important for plasmid distribution, a large dataset would be required to identify features that hold more value for model stack performance. The number of all seven-feature combinations is on the order of 1011, precluding testing all of them. Thus, we chose to randomly sample 11,000 seven-feature combinations and selected 33 combinations that have an MSE range of 0.7–0.72, an R2 range of 0.17–0.2, and an MSE (Psum > 1) range of 2.32–2.72, and analyzed feature types therein. The sampled combination pool reassembled the feature types distribution seen in the data matrix, with the mobility type being the most abundant (Figure 5A,D). By contrast, in the 33-combination pool, “plasmid backbone” became the most abundant feature type at the expense of the “mobility”, “transmembrane transporters”, and “unknown” types (Figure 5D).
This result prompted us to compare the plasmid backbone features in all vs. 33 selected seven-feature combinations (Figure 5E). We found that while backbone features were roughly equally distributed among all combinations, “smallest” was present in almost half of the selected combinations, followed by “large”, found in 23% of them (Figure 5E). Another notable difference was a shift to more AT-rich plasmid backbones in the selected set.

4. Discussion

In this work, we aimed to identify features that promote the plasmid spread across bacteria. This question is difficult to address because plasmids carry, in addition to genes required for replication, maintenance, and mobilization, an astonishingly diverse collection of “cargo” genes. Those conferring resistance to antimicrobial compounds used in clinical practice are the most infamous, but many other cargo genes may encode beneficial traits only under some circumstances that bacteria encounter in their native habitats. The plasmids in our dataset encode more than 2.5 million predicted proteins, almost half of which cannot be assigned a tentative function (Figure 1C).
Here, we deployed machine learning to identity important features in this complex dataset. After grouping features into broader structural and functional categories, we were left with nearly eight thousand features that did not support good model performance. After the removal of less informative and noise-generating features, a final set of 140 features was used for analysis. Consistent with earlier findings [33], we found that most plasmids were restricted to species level (Figure 3A). Only ~1% of clusters had more than a 70% possibility of multi-phyla distribution (Figure 3A), and most plasmids in these clusters came from one phylum, a result due in part to the strong sampling bias toward Pseudomonadota and Bacillota (Figure 3B and Figure S2). An optimized model stack (Table 1) identified the “smallest” (under 20 kbp) size as the most important feature, either alone (Figure 5B,C) or as part of randomly sampled seven-feature combinations (Figure 5E).
This may appear counterintuitive, because plasmids under 25 kbp would be expected to lack factors necessary for autonomous transfer [7]. Indeed, the mean size in our dataset is 74 kbp and the fraction of conjugative plasmids increases with the plasmid size (Figure 5F). Consistent with earlier estimates [7], the “smallest” group is composed mainly of non-mobilizable and mobilizable plasmids, with just a few conjugative plasmids that may contain a minimal set of transfer genes (Figure 5F). It is notable that the four size groups have a similar fraction of non-mobilizable plasmids (Figure 5F), which can be acquired by a new host through transformation, transduction, or cointegration. These transfer mechanisms favor small-size plasmids [7], the first advantage of being small in spreading.
What other advantages would a small plasmid have in finding a new host? One possibility is that a smaller size could reduce the fitness cost imposed by the synthesis of additional proteins [13], some of which could imperil the host by serving as receptors for phages [52]. However, while some cargo genes may be deleterious, plasmid size per se does not correlate with the fitness cost [53]. The penalty for carrying an additional cargo could be negated by chromosome- or plasmid-encoded nucleoid-associated proteins, which silence the expression of xenogenes [54,55]. Interestingly, we observed a substantial shift toward AT richness among the selected plasmid combinations (Figure 5E), and AT-rich sequences are primary targets for xenogeneic silencing [56].
A second possibility is that small plasmids can evade bacterial defense systems because they have fewer targets for these systems. A recent study of chromosomal and plasmid targets of RM type II systems showed that small plasmids tune their sequences to deplete RM targets, and that plasmids with broader host ranges also show stronger avoidance of RM targets [14]. This strategy is not feasible for large plasmids, which instead encode DNA modification enzymes to inhibit restriction endonucleases [14]; the latter trend may explain enrichment in large plasmids in our selected combinations (Figure 5E).
A third possibility is that being mobilizable may promote the host range expansion. About 60% of <20 kbp plasmids are mobilizable (Figure 5F), and relaxases are the most abundant Pfam hits therein. Conjugal DNA transfer requires two steps mediated by large multi-component protein assemblies [57]. In the first step, following cleavage of the plasmid DNA at oriT and covalent attachment of the DNA end to the relaxase, an integral inner-membrane type-IV coupling protein (T4CP) must connect the relaxase-DNA complex with a type IV secretion system (T4SS) complex. In the second step, the membrane-traversing T4SS, composed of tens of individual protein chains, forms a channel through which the plasmid DNA strand, the relaxase, and other associated proteins [58] are delivered into the recipient cell. The “smallest” plasmids are largely devoid of T4SS genes (Figure 5F) and must rely on a T4SS from a co-resident plasmid for transfer. Furthermore, 94% of plasmids below 30 kbp have been found to lack T4CP [7], making them dependent on a heterologous T4CP for delivery to the T4SS. Since T4CP and T4SS systems coevolve [7], generally limiting DNA transfer to closely-related bacteria, utilization of a foreign T4CP by a relaxase would be expected to enable plasmid transfer to a new host.
We stress that although brevity has the most significant impact on plasmid host range in our analysis, a plasmid’s size alone cannot be used to predict its distribution. The conjugation system, present in cis or in trans, and replication type are essential for plasmid mobility. Many other factors, including addiction and anti-defense modules, partition systems, and beneficial traits, determine whether the newly acquired plasmid is maintained. As with all such statistical analyses, correlation does not entail causation. However, our study, together with a recent analysis of the plasmid/host arms race [14], highlights the importance of plasmid size and draws our attention to multiple plausible mechanisms by which size could shape plasmid distribution.
Our analysis also revealed other functional features that may contribute to plasmid spread. P-loop NTPases, an ancient group of proteins implicated in diverse cellular processes [59], comprise the second- and third-most important features (Figure 5B). This finding is hardly surprising: the coupling proteins and two separate ATPases of the T4SS transmembrane complex belong to this class [60]. In addition to being parts of the DNA transfer apparatus, P-loop NTPase plays diverse roles in gene expression, cell adhesion, antibiotic efflux, etc. For example, Escherichia coli BcsQ (Figure S6) is an essential component of the biosynthesis pathway of cellulose [61], an exopolysaccharide commonly found in Enterobacteriaceae biofilms. Cellulose production mediates cell-to-cell adhesion, a decisive factor in efficient conjugation [62]. BcsQ localizes at, and restricts cellulose production to, the cell pole [61], an ideal location for the assembly of the transfer apparatus; TrwB of the E. coli R388 conjugative plasmid, the best-studied T4CP, is also targeted to the pole [63].
A rampant spread of multidrug resistance is driven by the conjugal transfer of ARGs, and our analysis shows that β-lactamase has a positive importance index (Figure 5B). β-lactams are the most commonly-used antibiotics [64], and many plasmids in our dataset were obtained from clinical and agricultural samples. Thus, the perceived importance of β-lactamase likely reflects both the acquisition bias and the selection pressure imposed by heavy use of antibiotics in these environments. Importantly, however, our results suggest that the presence of ARGs does not correlate with plasmid distribution—in other words, while plasmid transfer contributes to the rapid dissemination of resistance, this is a one-way street and ARGs do not direct the plasmid traffic.
In our analysis, we have ignored plasmid-encoded proteins whose function cannot be inferred from sequence conservation. These proteins likely provide fitness benefits and counter-defense measures, mediate environmental and cellular signaling, and play other roles. Understanding the function of these proteins and their contribution to bacterial evolution, including the emergence of new threats and benefits to humankind, is an important goal for future studies. A better understanding of plasmid biology will create opportunities for exciting discoveries and may pave the way for harnessing conjugation to manipulate bacterial communities for medicinal or biotechnological purposes [62].

Supplementary Materials

The following supporting information can be downloaded at: https://www.mdpi.com/article/10.3390/genes14112044/s1, Figure S1: Illustration of the sum of distribution possibility (Psum) calculation. Please also see the corresponding METHOD part; Figure S2: Host taxonomic lineage distribution on phylum level in our dataset. The family distributions of Bacillota and Pseudomonadota are also shown; Figure S3: Resolution scan for plasmid clustering by using the Leiden algorithm with the constant Potts model. The best resolution is indicated as a blue dot, and the values are (resolution, modularity); Figure S4: Correlation of ARGs/plasmid sizes and Psum. Psum is shown as the blue area, and features are orange scatters. The Pearson correlation coefficient (r) between Psum and the tested features was calculated in Excel. (A) For each cluster, the fraction of plasmids containing ARGs was calculated. Then, the Pearson correlation was calculated. (B, C, D, and E) show the correlation result of the features “smallest”, “small”, “average”, and “large”, respectively; Figure S5: Performance of the optimized base models on testing datasets. The dataset was split randomly into training and testing datasets 100 times. The model stack was trained on the training dataset and tested on paired unseen testing datasets. MSE, mean squared error. MSE (Psum > 1), MSE for the clusters with Psum > 1. Data are shown as mean ± SD (n = 100); Figure S6: The effect of the “bad” 7-feature combinations. (A) Model stack performance on testing dataset after removal of 7 features. Values are reported as mean ± SD (n = 100) calculated as (Figure 4). (B) The annotation of 7 features used in panel (A). The functions for the Pfam models were inferred from InterPro (https://www.ebi.ac.uk/interpro/, accessed on 1 November 2023); Dataset 1, datasets generated in this study. (A) Plasmid included in the final 1125 clusters. Metadata of plasmids included in the final 1125 clusters. Plasmid NCBI ID, the assigned clusters, plasmid name, genome assembly ID, plasmid host taxonomic lineage, plasmid size, GC content, and topology are present. The predicted mobilities by Mob-typer are shown. (B) Plasmids that were excluded from the final dataset. The removing reasons are indicated. (C) Distribution possibility of each cluster. (D) The importance index of the 140 features in the final data matrix. The 12 feature types are indicated. MSE_test, mean squared error on testing dataset; MSE_test_std, the standard deviation of MSE_test; R2_test, coefficient of determination on testing dataset; R2_test_std, the standard deviation of R2_test; MSE_test (P > 1), MSE for those clusters with Psum > 1; MSE_test (P > 1)_std, standard deviation of MSE_test (P > 1); MSE_test absolute differences, MSE_test of a tested feature minus the MSE_test of baseline; Importance index, the MSE_test absolute differences divided by 0.124068. (E) Plasmids containing ARGs and the assigned clusters.

Author Contributions

Conceptualization, B.W. and I.A.; Methodology, B.W.; Software, B.W. and M.F.; Validation, B.W., M.F. and I.A.; Formal Analysis, B.W., M.F. and I.A.; Investigation, B.W., M.F. and I.A.; Data Curation, B.W. and M.F.; Writing—Original Draft Preparation, B.W. and I.A.; Writing—Review and Editing, B.W., M.F. and I.A.; Visualization, B.W. and I.A.; Funding Acquisition, I.A. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by the National Institutes of Health grant GM067153.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

All plasmid sequences are available from NCBI. The ANI edgeweight file for plasmid clustering analysis, plasmid network files in the Cytoscape format, and the final data matrix for model training and testing have been deposited to DRYAD (https://doi.org/10.5061/dryad.1g1jwsv31, accessed on 3 November 2023). Necessary codes used in this study have been deposited to GitHub (https://github.com/BingWangK/plasmid_project_IAlab, accessed on 27 October 2023).

Acknowledgments

We thank Dmitri Svetlov for comments on the manuscript.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Lederberg, J. Cell genetics and hereditary symbiosis. Physiol. Rev. 1952, 32, 403–430. [Google Scholar] [CrossRef]
  2. Helinski, D.R. A Brief History of Plasmids. EcoSal Plus 2022, 10, eESP00282021. [Google Scholar] [CrossRef]
  3. Wright, G.D. Environmental and clinical antibiotic resistomes, same only different. Curr. Opin. Microbiol. 2019, 51, 57–63. [Google Scholar] [CrossRef]
  4. Hughes, V.M.; Datta, N. Conjugative plasmids in bacteria of the ‘pre-antibiotic’ era. Nature 1983, 302, 725–726. [Google Scholar] [CrossRef]
  5. Berendonk, T.U.; Manaia, C.M.; Merlin, C.; Fatta-Kassinos, D.; Cytryn, E.; Walsh, F.; Burgmann, H.; Sorum, H.; Norstrom, M.; Pons, M.N.; et al. Tackling antibiotic resistance: The environmental framework. Nat. Rev. Microbiol. 2015, 13, 310–317. [Google Scholar] [CrossRef]
  6. Marathe, N.P.; Radisic, V.; Salva-Serra, F.; Moore, E.R.B.; Grevskott, D.H. Emergence of new IncHI2 multidrug-resistance plasmids carrying VIM-1 metallo-beta-lactamase in Escherichia coli in Norway. Lancet Microbe 2023, 4, e663–e664. [Google Scholar] [CrossRef]
  7. Smillie, C.; Garcillán-Barcia, M.P.; Francia, M.V.; Rocha, E.P.; de la Cruz, F. Mobility of plasmids. Microbiol. Mol. Biol. Rev. 2010, 74, 434–452. [Google Scholar] [CrossRef]
  8. Klumper, U.; Riber, L.; Dechesne, A.; Sannazzarro, A.; Hansen, L.H.; Sorensen, S.J.; Smets, B.F. Broad host range plasmids can invade an unexpectedly diverse fraction of a soil bacterial community. ISME J. 2015, 9, 934–945. [Google Scholar] [CrossRef]
  9. Yang, L.; Mai, G.; Hu, Z.; Zhou, H.; Dai, L.; Deng, Z.; Ma, Y. Global transmission of broad-host-range plasmids derived from the human gut microbiome. Nucleic Acids Res. 2023, 51, 8005–8019. [Google Scholar] [CrossRef]
  10. Bates, S.; Cashmore, A.M.; Wilkins, B.M. IncP plasmids are unusually effective in mediating conjugation of Escherichia coli and Saccharomyces cerevisiae: Involvement of the tra2 mating system. J. Bacteriol. 1998, 180, 6538–6543. [Google Scholar] [CrossRef]
  11. Fredriksen, S.; de Warle, S.; van Baarlen, P.; Boekhorst, J.; Wells, J.M. Resistome expansion in disease-associated human gut microbiomes. Microbiome 2023, 11, 166. [Google Scholar] [CrossRef]
  12. Hernando-Amado, S.; Coque, T.M.; Baquero, F.; Martinez, J.L. Defining and combating antibiotic resistance from One Health and Global Health perspectives. Nat. Microbiol. 2019, 4, 1432–1442. [Google Scholar] [CrossRef]
  13. Carroll, A.C.; Wong, A. Plasmid persistence: Costs, benefits, and the plasmid paradox. Can. J. Microbiol. 2018, 64, 293–304. [Google Scholar] [CrossRef]
  14. Shaw, L.P.; Rocha, E.P.C.; MacLean, R.C. Restriction-modification systems have shaped the evolution and distribution of plasmids across bacteria. Nucleic Acids Res. 2023, 51, 6806–6818. [Google Scholar] [CrossRef]
  15. Jurenas, D.; Fraikin, N.; Goormaghtigh, F.; Van Melderen, L. Biology and evolution of bacterial toxin-antitoxin systems. Nat. Rev. Microbiol. 2022, 20, 335–350. [Google Scholar] [CrossRef] [PubMed]
  16. Brockhurst, M.A.; Harrison, E. Ecological and evolutionary solutions to the plasmid paradox. Trends Microbiol. 2022, 30, 534–543. [Google Scholar] [CrossRef] [PubMed]
  17. Garcillán-Barcia, M.P.; Redondo-Salvo, S.; de la Cruz, F. Plasmid classifications. Plasmid 2023, 126, 102684. [Google Scholar] [CrossRef] [PubMed]
  18. Robertson, J.; Bessonov, K.; Schonfeld, J.; Nash, J.H.E. Universal whole-sequence-based plasmid typing and its utility to prediction of host range and epidemiological surveillance. Microb. Genom. 2020, 6. [Google Scholar] [CrossRef]
  19. Redondo-Salvo, S.; Bartomeus-Peñalver, R.; Vielva, L.; Tagg, K.A.; Webb, H.E.; Fernández-López, R.; de la Cruz, F. COPLA, a taxonomic classifier of plasmids. BMC Bioinform. 2021, 22, 390. [Google Scholar] [CrossRef]
  20. Carattoli, A.; Zankari, E.; García-Fernández, A.; Voldby Larsen, M.; Lund, O.; Villa, L.; Møller Aarestrup, F.; Hasman, H. In silico detection and typing of plasmids using PlasmidFinder and plasmid multilocus sequence typing. Antimicrob. Agents Chemother. 2014, 58, 3895–3903. [Google Scholar] [CrossRef]
  21. Lanza, V.F.; de Toro, M.; Garcillán-Barcia, M.P.; Mora, A.; Blanco, J.; Coque, T.M.; de la Cruz, F. Plasmid Flux in Escherichia coli ST131 Sublineages, Analyzed by Plasmid Constellation Network (PLACNET), a New Method for Plasmid Reconstruction from Whole Genome Sequences. PLoS Genet. 2014, 10, e1004766. [Google Scholar] [CrossRef]
  22. Xu, C.; Jackson, S.A. Machine learning and complex biological data. Genome Biol. 2019, 20, 76. [Google Scholar] [CrossRef]
  23. Aytan-Aktug, D.; Clausen, P.; Szarvas, J.; Munk, P.; Otani, S.; Nguyen, M.; Davis, J.J.; Lund, O.; Aarestrup, F.M. PlasmidHostFinder: Prediction of Plasmid Hosts Using Random Forest. mSystems 2022, 7, e0118021. [Google Scholar] [CrossRef] [PubMed]
  24. Ji, Y.; Shang, J.; Tang, X.; Sun, Y. HOTSPOT: Hierarchical host prediction for assembled plasmid contigs with transformer. Bioinformatics 2023, 39, btad283. [Google Scholar] [CrossRef]
  25. Krawczyk, P.S.; Lipinski, L.; Dziembowski, A. PlasFlow: Predicting plasmid sequences in metagenomic data using genome signatures. Nucleic Acids Res. 2018, 46, e35. [Google Scholar] [CrossRef]
  26. Traag, V.A.; Waltman, L.; van Eck, N.J. From Louvain to Leiden: Guaranteeing well-connected communities. Sci. Rep. 2019, 9, 5233. [Google Scholar] [CrossRef] [PubMed]
  27. Kans, J. Entrez direct: E-utilities on the UNIX command line. In Entrez Programming Utilities Help [Internet]; National Center for Biotechnology Information (US): Bethesda, MD, USA, 2023. [Google Scholar]
  28. Andreopoulos, W.B.; Geller, A.M.; Lucke, M.; Balewski, J.; Clum, A.; Ivanova, N.N.; Levy, A. Deeplasmid: Deep learning accurately separates plasmids from bacterial chromosomes. Nucleic Acids Res. 2022, 50, e17. [Google Scholar] [CrossRef]
  29. Schmartz, G.P.; Hartung, A.; Hirsch, P.; Kern, F.; Fehlmann, T.; Müller, R.; Keller, A. PLSDB: Advancing a comprehensive database of bacterial plasmids. Nucleic Acids Res. 2022, 50, D273–D278. [Google Scholar] [CrossRef]
  30. Ondov, B.D.; Treangen, T.J.; Melsted, P.; Mallonee, A.B.; Bergman, N.H.; Koren, S.; Phillippy, A.M. Mash: Fast genome and metagenome distance estimation using MinHash. Genome Biol. 2016, 17, 132. [Google Scholar] [CrossRef] [PubMed]
  31. Jain, C.; Rodriguez, R.L.; Phillippy, A.M.; Konstantinidis, K.T.; Aluru, S. High throughput ANI analysis of 90K prokaryotic genomes reveals clear species boundaries. Nat. Commun. 2018, 9, 5114. [Google Scholar] [CrossRef] [PubMed]
  32. Mahmud, B.; Wallace, M.A.; Reske, K.A.; Alvarado, K.; Muenks, C.E.; Rasmussen, D.A.; Burnham, C.D.; Lanzas, C.; Dubberke, E.R.; Dantas, G. Epidemiology of Plasmid Lineages Mediating the Spread of Extended-Spectrum Beta-Lactamases among Clinical Escherichia coli. mSystems 2022, 7, e0051922. [Google Scholar] [CrossRef] [PubMed]
  33. Redondo-Salvo, S.; Fernández-López, R.; Ruiz, R.; Vielva, L.; de Toro, M.; Rocha, E.P.C.; Garcillán-Barcia, M.P.; de la Cruz, F. Pathways for horizontal gene transfer in bacteria revealed by a global map of their plasmids. Nat. Commun. 2020, 11, 3602. [Google Scholar] [CrossRef] [PubMed]
  34. Murray, C.S.; Gao, Y.; Wu, M. Re-evaluating the evidence for a universal genetic boundary among microbial species. Nat. Commun. 2021, 12, 4059. [Google Scholar] [CrossRef] [PubMed]
  35. Seemann, T. Prokka: Rapid prokaryotic genome annotation. Bioinformatics 2014, 30, 2068–2069. [Google Scholar] [CrossRef] [PubMed]
  36. Galperin, M.Y.; Wolf, Y.I.; Makarova, K.S.; Vera Alvarez, R.; Landsman, D.; Koonin, E.V. COG database update: Focus on microbial diversity, model organisms, and widespread pathogens. Nucleic Acids Res. 2021, 49, D274–D281. [Google Scholar] [CrossRef]
  37. Leimbach, A. Bac-genomics-scripts: Bovine E. coli mastitis comparative genomics edition. Genome Announc. 2016, 4, 1–2. [Google Scholar]
  38. Feldgarden, M.; Brover, V.; Gonzalez-Escalona, N.; Frye, J.G.; Haendiges, J.; Haft, D.H.; Hoffmann, M.; Pettengill, J.B.; Prasad, A.B.; Tillman, G.E.; et al. AMRFinderPlus and the Reference Gene Catalog facilitate examination of the genomic links among antimicrobial resistance, stress response, and virulence. Sci. Rep. 2021, 11, 12728. [Google Scholar] [CrossRef]
  39. Alcock, B.P.; Huynh, W.; Chalil, R.; Smith, K.W.; Raphenya, A.R.; Wlodarski, M.A.; Edalatmand, A.; Petkau, A.; Syed, S.A.; Tsang, K.K.; et al. CARD 2023: Expanded curation, support for machine learning, and resistome prediction at the Comprehensive Antibiotic Resistance Database. Nucleic Acids Res 2023, 51, D690–D699. [Google Scholar] [CrossRef]
  40. Blaom, A.; Kiraly, F.; Lienart, T.; Simillides, Y.; Arenas, D.; Vollmer, S. MLJ: A Julia package for composable machine learning. J. Open Source Softw. 2020, 5, 2704. [Google Scholar] [CrossRef]
  41. Chawla, N.; Bowyer, K.; Hall, L.; Kegelmeyer, W. SMOTE: Synthetic Minority Over-sampling Technique. J. Artif. Intell. Res. JAIR 2002, 16, 321–357. [Google Scholar] [CrossRef]
  42. Wolpert, D.H. Stacked generalization. Neural Netw. 1992, 5, 241–259. [Google Scholar] [CrossRef]
  43. Douarre, P.E.; Mallet, L.; Radomski, N.; Felten, A.; Mistou, M.Y. Analysis of COMPASS, a New Comprehensive Plasmid Database Revealed Prevalence of Multireplicon and Extensive Diversity of IncF Plasmids. Front. Microbiol. 2020, 11, 483. [Google Scholar] [CrossRef] [PubMed]
  44. Galata, V.; Fehlmann, T.; Backes, C.; Keller, A. PLSDB: A resource of complete bacterial plasmids. Nucleic Acids Res. 2019, 47, D195–D202. [Google Scholar] [CrossRef]
  45. Jolley, K.A.; Bray, J.E.; Maiden, M.C.J. Open-access bacterial population genomics: BIGSdb software, the PubMLST.org website and their applications. Wellcome Open Res. 2018, 3, 124. [Google Scholar] [CrossRef]
  46. Tatusov, R.L.; Galperin, M.Y.; Natale, D.A.; Koonin, E.V. The COG database: A tool for genome-scale analysis of protein functions and evolution. Nucleic Acids Res. 2000, 28, 33–36. [Google Scholar] [CrossRef]
  47. Mistry, J.; Chuguransky, S.; Williams, L.; Qureshi, M.; Salazar, G.A.; Sonnhammer, E.L.L.; Tosatto, S.C.E.; Paladin, L.; Raj, S.; Richardson, L.J.; et al. Pfam: The protein families database in 2021. Nucleic Acids Res. 2020, 49, D412–D419. [Google Scholar] [CrossRef] [PubMed]
  48. Robertson, J.; Nash, J.H.E. MOB-suite: Software tools for clustering, reconstruction and typing of plasmids from draft assemblies. Microb. Genom. 2018, 4, e000206. [Google Scholar] [CrossRef]
  49. Palomino, A.; Gewurz, D.; DeVine, L.; Zajmi, U.; Moralez, J.; Abu-Rumman, F.; Smith, R.P.; Lopatkin, A.J. Metabolic genes on conjugative plasmids are highly prevalent in Escherichia coli and can protect against antibiotic treatment. ISME J. 2023, 17, 151–162. [Google Scholar] [CrossRef] [PubMed]
  50. Grinsztajn, L.; Oyallon, E.; Varoquaux, G. Why do tree-based models still outperform deep learning on typical tabular data? Adv. Neural Inf. Process. Syst. 2022, 35, 507–520. [Google Scholar]
  51. Bentéjac, C.; Csörgő, A.; Martínez-Muñoz, G. A comparative analysis of gradient boosting algorithms. Artif. Intell. Rev. 2021, 54, 1937–1967. [Google Scholar] [CrossRef]
  52. Penttinen, R.; Given, C.; Jalasvuori, M. Indirect Selection against Antibiotic Resistance via Specialized Plasmid-Dependent Bacteriophages. Microorganisms 2021, 9, 280. [Google Scholar] [CrossRef] [PubMed]
  53. Vogwill, T.; MacLean, R.C. The genetic basis of the fitness costs of antimicrobial resistance: A meta-analysis approach. Evol. Appl. 2015, 8, 284–295. [Google Scholar] [CrossRef]
  54. Flores-Rios, R.; Quatrini, R.; Loyola, A. Endogenous and Foreign Nucleoid-Associated Proteins of Bacteria: Occurrence, Interactions and Effects on Mobile Genetic Elements and Host’s Biology. Comput. Struct. Biotechnol. J. 2019, 17, 746–756. [Google Scholar] [CrossRef] [PubMed]
  55. Banos, R.C.; Vivero, A.; Aznar, S.; Garcia, J.; Pons, M.; Madrid, C.; Juarez, A. Differential regulation of horizontally acquired and core genome genes by the bacterial modulator H-NS. PLoS Genet. 2009, 5, e1000513. [Google Scholar] [CrossRef] [PubMed]
  56. Navarre, W.W. The Impact of Gene Silencing on Horizontal Gene Transfer and Bacterial Evolution. Adv. Microb. Physiol. 2016, 69, 157–186. [Google Scholar] [CrossRef]
  57. Costa, T.R.D.; Patkowski, J.B.; Mace, K.; Christie, P.J.; Waksman, G. Structural and functional diversity of type IV secretion systems. Nat. Rev. Microbiol. 2023. [Google Scholar] [CrossRef]
  58. Al Mamun, A.A.M.; Kishida, K.; Christie, P.J. Protein Transfer through an F Plasmid-Encoded Type IV Secretion System Suppresses the Mating-Induced SOS Response. mBio 2021, 12, e0162921. [Google Scholar] [CrossRef]
  59. Longo, L.M.; Jabłońska, J.; Vyas, P.; Kanade, M.; Kolodny, R.; Ben-Tal, N.; Tawfik, D.S. On the emergence of P-Loop NTPase and Rossmann enzymes from a Beta-Alpha-Beta ancestral fragment. eLife 2020, 9, e64415. [Google Scholar] [CrossRef]
  60. Fronzes, R.; Christie, P.J.; Waksman, G. The structural biology of type IV secretion systems. Nat. Rev. Microbiol. 2009, 7, 703–714. [Google Scholar] [CrossRef]
  61. Le Quere, B.; Ghigo, J.M. BcsQ is an essential component of the Escherichia coli cellulose biosynthesis apparatus that localizes at the bacterial cell pole. Mol. Microbiol. 2009, 72, 724–740. [Google Scholar] [CrossRef]
  62. Robledo, M.; Alvarez, B.; Cuevas, A.; Gonzalez, S.; Ruano-Gallego, D.; Fernandez, L.A.; de la Cruz, F. Targeted bacterial conjugation mediated by synthetic cell-to-cell adhesions. Nucleic Acids Res. 2022, 50, 12938–12950. [Google Scholar] [CrossRef] [PubMed]
  63. Segura, R.L.; Aguila-Arcos, S.; Ugarte-Uribe, B.; Vecino, A.J.; de la Cruz, F.; Goni, F.M.; Alkorta, I. Subcellular location of the coupling protein TrwB and the role of its transmembrane domain. Biochim. Biophys. Acta 2014, 1838, 223–230. [Google Scholar] [CrossRef] [PubMed]
  64. Bush, K.; Bradford, P.A. β-Lactams and β-Lactamase Inhibitors: An Overview. Cold Spring Harb. Perspect. Med. 2016, 6, a025247. [Google Scholar] [CrossRef] [PubMed]
Figure 1. Overview of the dataset. Plasmid size (A) and GC content (B) distribution. Mean and median values are indicated by blue and green dots, respectively. The cutoffs for categorical terms are indicated with orange dots. (C) Distribution of plasmid-borne proteins among COGs (shown on the right). The pie chart shows the proportion of proteins in COGs. The bar chart shows the fraction of proteins assigned to a given COG; fractions of the Z, A, and B categories are indicated by numbers. The three most prevalent COG categories are highlighted in the table.
Figure 1. Overview of the dataset. Plasmid size (A) and GC content (B) distribution. Mean and median values are indicated by blue and green dots, respectively. The cutoffs for categorical terms are indicated with orange dots. (C) Distribution of plasmid-borne proteins among COGs (shown on the right). The pie chart shows the proportion of proteins in COGs. The bar chart shows the fraction of proteins assigned to a given COG; fractions of the Z, A, and B categories are indicated by numbers. The three most prevalent COG categories are highlighted in the table.
Genes 14 02044 g001
Figure 2. Plasmid clustering. Every node represents a plasmid. The network includes 30,464 plasmids assigned into 1125 clusters (≥3 members). The nodes are colored according to the three plasmid mobility types: Orange, conjugative. Blue, mobilizable. Green, non-mobilizable.
Figure 2. Plasmid clustering. Every node represents a plasmid. The network includes 30,464 plasmids assigned into 1125 clusters (≥3 members). The nodes are colored according to the three plasmid mobility types: Orange, conjugative. Blue, mobilizable. Green, non-mobilizable.
Genes 14 02044 g002
Figure 3. Defining the plasmid distribution possibility. (A) The sum of distribution possibility (Psum). Meanings of the Psum for distribution levels are indicated. (B) Phyla distribution for clusters with Psum > 4.7. Only clusters with more than 100 plasmids were considered. NPntax: for a given taxon, the plasmid number is normalized by the average plasmid number per cluster.
Figure 3. Defining the plasmid distribution possibility. (A) The sum of distribution possibility (Psum). Meanings of the Psum for distribution levels are indicated. (B) Phyla distribution for clusters with Psum > 4.7. Only clusters with more than 100 plasmids were considered. NPntax: for a given taxon, the plasmid number is normalized by the average plasmid number per cluster.
Genes 14 02044 g003
Figure 4. Performance of the final model stack. The dataset was split 100 times randomly into training (A) and testing (B) dataset pairs. The model stack was trained on the training dataset, and then tested on paired unseen testing datasets. MSE, mean squared error. R2, coefficient of determination. MSE (Psum > 1), MSE for those clusters with Psum > 1. Values are reported as mean ± SD (n = 100). The data points on the very right of the training dataset were synthesized by SMOTE.
Figure 4. Performance of the final model stack. The dataset was split 100 times randomly into training (A) and testing (B) dataset pairs. The model stack was trained on the training dataset, and then tested on paired unseen testing datasets. MSE, mean squared error. R2, coefficient of determination. MSE (Psum > 1), MSE for those clusters with Psum > 1. Values are reported as mean ± SD (n = 100). The data points on the very right of the training dataset were synthesized by SMOTE.
Genes 14 02044 g004
Figure 5. Feature importance analysis. (A) An overview of feature types. The outer rim of the diagram represents features grouped into 12 main feature types. The mobility of feature types are features involved in plasmid mobility, which is not the same as the three plasmid mobility types. Features that co-occur in different types are linked by edges. (B) Importance index calculated by drop-column analysis. Positive values indicate that the feature removal worsens model stack performance, whereas negative values indicate features whose removal improves model performance. An importance index of 0 indicates that feature removal has no effect. (C) Model stack performance on testing dataset after removal of “smallest”. Values are reported as mean ± SD (n = 100). MSE was calculated by using 100 randomly split training and testing dataset pairs as in Figure 4. (D) Feature type distribution analysis from randomly sampled seven-feature combinations. All sampled combinations, the 11,000 combinations. Selected combinations, the 33 selected combinations. (E) Detailed analysis of the backbone features in all vs. selected combinations. (F) The mobility types distribution in plasmids of different sizes.
Figure 5. Feature importance analysis. (A) An overview of feature types. The outer rim of the diagram represents features grouped into 12 main feature types. The mobility of feature types are features involved in plasmid mobility, which is not the same as the three plasmid mobility types. Features that co-occur in different types are linked by edges. (B) Importance index calculated by drop-column analysis. Positive values indicate that the feature removal worsens model stack performance, whereas negative values indicate features whose removal improves model performance. An importance index of 0 indicates that feature removal has no effect. (C) Model stack performance on testing dataset after removal of “smallest”. Values are reported as mean ± SD (n = 100). MSE was calculated by using 100 randomly split training and testing dataset pairs as in Figure 4. (D) Feature type distribution analysis from randomly sampled seven-feature combinations. All sampled combinations, the 11,000 combinations. Selected combinations, the 33 selected combinations. (E) Detailed analysis of the backbone features in all vs. selected combinations. (F) The mobility types distribution in plasmids of different sizes.
Genes 14 02044 g005
Table 1. The optimized hyperparameters of the base models. Only hyperparameters different from the default are shown. The base models involved in the final model stack are highlighted in orange. The LinearRegressor model (options: fit_intercept = false, dropcollinear = false) was used as a meta-learner.
Table 1. The optimized hyperparameters of the base models. Only hyperparameters different from the default are shown. The base models involved in the final model stack are highlighted in orange. The LinearRegressor model (options: fit_intercept = false, dropcollinear = false) was used as a meta-learner.
Base ModelsOptimized Hyperparameters
RandomForestRegressorn_trees = 130, n_subfeatures = 70, max_depth = 31, min_samples_split = 2
DecisionTreeRegressormax_depth = 23, min_samples_split = 4, n_subfeatures = 70, min_samples_leaf = 10
EvoTreeRegressorloss = :tweedie, nrounds = 70, gamma = 5.1, eta = 0.5, max_depth = 7, colsample = 0.822, nbins = 18
CatBoostRegressorloss_function = “Quantile”, iterations = 1500, depth = 6, learning_rate = 0.1, l2_leaf_reg = 1, border_count = 10
XGBoostRegressoreta = 0.2556, gamma = 2.0, max_depth = 5, colsample_bylevel = 0.6, lambda = 5.0
LGBMRegressornum_iterations = 200, max_depth = 5, feature_fraction = 0.9, learning_rate = 0.055, min_data_in_leaf = 25, lambda_l1 = 2, min_gain_to_split = 1, time_out = 14400
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Wang, B.; Finazzo, M.; Artsimovitch, I. Machine Learning Suggests That Small Size Helps Broaden Plasmid Host Range. Genes 2023, 14, 2044. https://doi.org/10.3390/genes14112044

AMA Style

Wang B, Finazzo M, Artsimovitch I. Machine Learning Suggests That Small Size Helps Broaden Plasmid Host Range. Genes. 2023; 14(11):2044. https://doi.org/10.3390/genes14112044

Chicago/Turabian Style

Wang, Bing, Mark Finazzo, and Irina Artsimovitch. 2023. "Machine Learning Suggests That Small Size Helps Broaden Plasmid Host Range" Genes 14, no. 11: 2044. https://doi.org/10.3390/genes14112044

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop