Skip to main content
  • Methodology article
  • Open access
  • Published:

Prokaryotic virus host predictor: a Gaussian model for host prediction of prokaryotic viruses in metagenomics

Abstract

Background

Viruses are ubiquitous biological entities, estimated to be the largest reservoirs of unexplored genetic diversity on Earth. Full functional characterization and annotation of newly discovered viruses requires tools to enable taxonomic assignment, the range of hosts, and biological properties of the virus. Here we focus on prokaryotic viruses, which include phages and archaeal viruses, and for which identifying the viral host is an essential step in characterizing the virus, as the virus relies on the host for survival. Currently, the method for determining the viral host is either to culture the virus, which is low-throughput, time-consuming, and expensive, or to computationally predict the viral hosts, which needs improvements at both accuracy and usability. Here we develop a Gaussian model to predict hosts for prokaryotic viruses with better performances than previous computational methods.

Results

We present here Prokaryotic virus Host Predictor (PHP), a software tool using a Gaussian model, to predict hosts for prokaryotic viruses using the differences of k-mer frequencies between viral and host genomic sequences as features. PHP gave a host prediction accuracy of 34% (genus level) on the VirHostMatcher benchmark dataset and a host prediction accuracy of 35% (genus level) on a new dataset containing 671 viruses and 60,105 prokaryotic genomes. The prediction accuracy exceeded that of two alignment-free methods (VirHostMatcher and WIsH, 28–34%, genus level). PHP also outperformed these two alignment-free methods much (24–38% vs 18–20%, genus level) when predicting hosts for prokaryotic viruses which cannot be predicted by the BLAST-based or the CRISPR-spacer-based methods alone. Requiring a minimal score for making predictions (thresholding) and taking the consensus of the top 30 predictions further improved the host prediction accuracy of PHP.

Conclusions

The Prokaryotic virus Host Predictor software tool provides an intuitive and user-friendly API for the Gaussian model described herein. This work will facilitate the rapid identification of hosts for newly identified prokaryotic viruses in metagenomic studies.

Author summary

Prokaryotic viruses which include phages and archaeal viruses play an important role in balancing the global ecosystem by regulating the composition of bacteria and archaea in water and soil. Identifying the viral host is essential for characterizing the virus, as the virus relies on the host for survival. Currently, the method for determining the viral host is either to culture the virus which is low-throughput, time-consuming, and expensive, or to computationally predict the viral hosts which needs improvements at both accuracy and usability. This study developed a Gaussian model to predict hosts for prokaryotic viruses with better performances than previous computational methods. It will contribute to the rapid identification of hosts for prokaryotic viruses in metagenomic studies, and will extend our knowledge of virus-host interactions.

Background

Viruses are ubiquitous biological entities, with an estimate of 1031 viral particles at any given time on earth [1]. They infect all types of organisms, from animals and plants to bacteria and archaea. Prokaryotic viruses which include phages and archaeal viruses play an important role in balancing the global ecosystem by regulating the composition of bacteria and archaea in water and soil [2,3,4,5]. For humans, phages directly influence gut health and are associated with several human diseases, such as diabetes [6] and Crohn’s disease [7]. Interestingly, phages can also be applied as therapy for bacterial infections [8, 9], especially for bacterial strains resistant to multiple antibiotics.

Viruses are estimated to be the largest reservoirs of unexplored genetic diversity on earth [5]. Novel viruses have been discovered at an unprecedented pace with the rapid expansion of metagenomics [4, 10,11,12]. For example, the recent Tara Oceans Project greatly extended the global ocean DNA virome by identifying 195,728 viral populations [4]. As our knowledge of the viral genetic diversity expands considerably, it becomes increasingly critical to develop tools to facilitate functional characterization and annotation of the newly discovered viruses, such as taxonomic assignment, range of hosts, biological properties, and so on.

Identifying the viral host is essential for characterizing the virus, as the virus relies on the host for survival. Currently, the method for determining the viral host is to culture the virus, which is low-throughput, time-consuming, and expensive [13]. Even worse, few viruses can be cultured since less than 1 % of microbial hosts have been cultivated successfully in laboratories [14, 15]. Therefore, it is highly desirable to develop quicker methods for predicting hosts of newly discovered viruses in metagenomic studies.

Several computational approaches have been introduced to predict hosts of viruses based on viral genomic sequences. They can be largely classified into two groups according to their dependence on alignment: alignment-based methods and alignment-free methods. The alignment-based methods rely on sequence similarity searches between a query virus and candidate host genomes because viruses and their hosts sometimes share genes and/or short nucleotide sequences [16, 17]. Such sequences may come from spacer sequences used in CRISPR systems, integration sites used by proviruses or horizontal gene transfer. BLAST is most widely used to predict viral hosts with relatively high accuracy [16, 17] based on the similarity between virus and host genomes. However, for newly identified viruses divergent from the known ones, the applicability of the BLAST-based method could be limited. The CRISPR-spacer-based method has shown a higher accuracy compared to the BLAST-based method in predicting phage hosts, yet it can only be used for a small proportion of viruses since only 40%–70% prokaryotes encode a CRISPR system [17] and not all of them have spacer sequences from viruses. Besides, since the spacers are only the infection history of an individual prokaryotic cell, a precise phage-bacteria sequence match would require the unlikely preservation of the CRISPR spacers.

The alignment-free methods predict the host of viruses based on co-occurring k-mers to other phages with known hosts [18], or sequence composition similarity between viruses and their hosts. Among the latter kind of methods, VirHostMatcher (VHM) [16] and WIsH [19] have achieved the highest host prediction accuracy. VHM employs the background-subtracting measure d2* for measuring the similarity of oligonucleotide frequency between viruses and hosts, and predicts the one with the lowest distance to the virus as the viral host. VHM achieved a host prediction accuracy of 33% at the genus level. WIsH predicts viral hosts by training a homogeneous Markov model for each potential host genome, then calculating the likelihood of a contig under each of the trained Markov models, and finally predicting the host whose model yields the highest likelihood. WIsH has achieved 63% mean accuracy at the genus level on their benchmark dataset of 3 kbp phage contigs and is currently the best tool for predicting phage hosts based on short phage contigs.

In this study, a Gaussian model (GM) for predicting hosts of prokaryotic viruses was developed based on the differences of k-mer frequencies between viral and host genomic sequences. A standalone tool and a web-based tool was implemented to run the GM. The GM not only outperformed previous alignment-free methods, but also shaped a complement to the alignment-based methods in predicting hosts for prokaryotic viruses. The GM should facilitate the prediction of virus host in metagenomic studies.

Methods

Datasets of virus-host interactions

The prokaryotic viruses were referred to as viruses hereinafter unless otherwise specified. Two datasets were used to build and test computational models for predicting virus hosts. The first was the VirHostMatcher (VHM) benchmark dataset obtained from Ahlgren’s study [16]. The taxonomic information of both viral and prokaryotic genomes in the dataset was updated according to the International Committee on Taxonomy of Viruses (ICTV) [20] and NCBI Taxonomy database [21]. One pair of virus-host interaction (Tetraselmis viridis virus - Tetraselmis sp.) was removed due to the incorrect annotation of the Tetraselmis as bacteria. The updated VHM dataset contains a total of 1426 pairs of virus-host interactions, 1426 virus genomes, and 31,918 prokaryotic genomes. It was available to the public on GitHub [22].

The second dataset was the test dataset to assess the computational models of predicting virus hosts. Contrary to the VHM dataset that contains virus-host interactions compiled from the NCBI RefSeq database [23] before May 5th, 2015, the test dataset contains those submitted between May 6th, 2015, and February 26th, 2019. The virus-host interactions which have both the same viral species and the same host genus with those in the VHM dataset were removed. The test dataset contains a total of 671 pairs of virus-host interactions, 671 virus genomes, and 60,105 prokaryotic genomes obtained from the NCBI genome database [24] on February 21th, 2019. The taxonomy distribution of both the virus and host in the test dataset and the VHM dataset was analyzed and shown in Additional file 1: Figure S1. When compared to the VHM dataset, the test dataset includes 667, 97, and 2 new viral species, genus, and families, respectively, and 37, 11, and 8 new host species, genus, and families, respectively.

The Gaussian model for predicting virus host

The Gaussian mixture model is a probabilistic model which uses a finite number of Gaussian distributions to fit data points and get the probability density of them [25]. Here, the Gaussian mixture model with only one component was found to perform best in predicting virus hosts (Additional file 1: Figure S2); therefore, the Gaussian mixture model was simplified as Gaussian model (GM). The GM takes the differences of k-mer frequencies between virus and prokaryotic genomic sequences as features, and outputs a score (the logarithm of the probability of being viral host) for the prokaryote. The k-mers of 4 nucleotides were selected (Additional file 1: Figure S2), which resulted in 256 features. The GM was built using the function of GaussianMixture in scikit-learn [25, 26].

Definition of accuracy in virus host prediction by Gaussian models

For each virus, the GM calculated a score (the logarithm of the probability of being viral host) for all prokaryotic genomes available in the dataset. For example, in the test dataset, each of the 60,105 prokaryotic genomes would be assigned a score (the logarithm of the probability of being viral host) by the GM. The prokaryotic species with the highest score was considered as the predicted host of the virus. The predicted host was compared to the actual host at different taxonomic levels. If the predicted host belonged to the same taxonomic unit such as genus with the actual host, the prediction was considered as correct at the level. The accuracy of virus host prediction at a certain taxonomic level was defined as the ratio of correctly predicted host at this taxonomic level.

Prediction of virus hosts with VHM and WIsH

VHM and WIsH were the best alignment-free methods for predicting phage hosts according to previous studies [16, 19]. For comparison, they were tested with default parameters on the test dataset mentioned above. They were computed with the codes available at GitHub [27, 28].

Prediction of virus hosts with alignment-based methods

Previous studies by Edwards et al. [17] showed the sequence alignment-based methods, such as the BLAST-based method and CRISPR-spacer-based methods, achieved excellent performances in predicting virus hosts. We compared these methods with the GM in predicting virus hosts on the test dataset.

To predict the virus host based on BLAST, the genome sequence of each virus was queried against the prokaryotic genomes in the test dataset using blastn (version 2.6.0+) [29]. The prokaryotic species with the best hit which had E-value smaller than 1E−5 was considered as the potential host of the virus.

To predict the virus host based on CRISPR spacer sequences, firstly, the CRISPR spacer sequences in all prokaryote genomes of the test dataset were extracted by the CRISPR Recognition Tool (CRT) [30]. Then, the genome sequence of each virus was queried against the prokaryotic CRISPR spacer sequences using blastn (version 2.6.0+). The hits, i.e., the CRISPR spacer sequences, with identity > 95% to the query sequence over the whole spacer length were considered as perfect hits. The prokaryotic species with perfect hits to the virus genome was considered as the potential host of the virus.

Prediction of virus hosts based on simulated viral contigs

Metagenomic assembly often yields partial genomes, so the prediction of the virus host based on contigs of varying lengths was important. To test the GM in prediction of virus hosts in metagenomics, the GMs based on simulated viral contigs of length L bp (L = 1000, 3000, 5000, and 10,000) randomly subsampled from viral genomes were built, and the models were evaluated by the ten-fold cross-validations on the K-means clustering of the VHM dataset.

Results

Building a Gaussian model for predicting virus hosts

Viruses and their hosts often share similar oligonucleotide frequency patterns in their genomes, yet the prediction of virus-host interactions based on the similarity pattern remains challenging. A Gaussian model (GM) was developed in this study to predict the hosts based on the differences of k-mer frequencies between viral and host genomic sequences (see “Methods”). To evaluate the ability of the GM in predicting virus hosts, a strict testing strategy was adapted (Fig. 1). Firstly, a feature vector characterizing the differences of k-mer frequencies between viral and host genomic sequences was calculated for each pair of virus-host interaction within the VHM dataset. The K-means algorithm was then used to separate the virus-host interactions in the VHM dataset into ten clusters based on the feature vectors. Finally, ten-fold cross-validations were conducted as follows: nine clusters of virus-host interactions were used to train the GM, while the outcome GM model was then used to predict the virus-host interactions in the remaining cluster. For each virus, scores were assigned to all the prokaryotic host species in the VHM dataset, and the prokaryotic species with the highest score was predicted to be the host of the virus. The above process was repeated for each cluster. The overall prediction accuracy of the GM was calculated as the ratio of the correctly predicted viruses among all viruses in the dataset.

Fig. 1
figure 1

The testing strategy for the GM on the VHM dataset

The testing strategy mentioned above was also used to determine parameter values for the GM. Two important parameters for the GM were the length of k-mers and the number of components (i.e., the number of Gaussian distribution) used in the model. The virus host prediction accuracy of the GM increased as the length of k-mers increased from 1 to 5, and then decreased with k-mers of six nucleotides (Additional file 1: Figure S2A). The k-mers with four nucleotides which have a total of 256 kinds of k-mers were selected to balance the model complexity and prediction accuracy since the number of samples used in training the GM is only 1426. When selecting the number of components used in the GM, interestingly, we found the GM with one component outperformed that with multi-components (Additional file 1: Figure S2B). Therefore, the GM with one component and with k-mers of four nucleotides was used in the further analysis. The optimized GM had a virus host prediction accuracy of 0.34 on the genus level and 0.45 on the family level in the ten-fold cross-validations on the K-means clustering of the VHM dataset (Fig. 2). For comparison, the prediction accuracies of VHM and WIsH on the VHM dataset were also displayed. The GM slightly outperformed VHM and WIsH on all taxonomic levels (Fig. 2).

Fig. 2
figure 2

The virus host prediction accuracies of the GM in the ten-fold cross-validations on the K-means clustering of the VHM dataset, and its comparison to VHM and WIsH

The GM was also compared to other common machine-learning algorithms in predicting virus hosts, including the random forest, logistic regression, naive Bayesian, decision tree, k-nearest neighbor, and multi-layer perceptron algorithms. The GM was found to outperform much than these machine-learning algorithms in the ten-fold cross-validations on K-means clustering of the VHM dataset (Additional file 1: Figure S3).

Prediction performances of the GM on the test dataset

The GM built on the VHM dataset was further tested using the test dataset. The predictive accuracy of the GM increased with the gradual elevation of the taxonomic level from genus to phylum (Fig. 3a). Notably, the GM achieved accuracies of 0.46 on the level of genus and 0.63 on the level of family. For comparison, VHM [16] and WIsH [19] were also used to predict the prokaryote host on the same test dataset. Our GM achieved much higher accuracies than these two methods at all taxonomic levels. For example, the prediction accuracies of GM at the genus level was 0.18 and 0.12 higher than VHM and WIsH, respectively (Fig. 3a).

Fig. 3
figure 3

The host prediction accuracy (a) and the recall rate (b) of the GM model and their comparisons to other computational methods on the test dataset

The shared viruses and hosts in both the test dataset and the training dataset (VHM dataset) may result in over-estimate of the performance of the GM in the test dataset. Therefore, when predicting a target virus-host interaction in the test dataset, the GM was re-built based on the training dataset from which the virus-host interactions that shared the same viral and host genus with the target virus-host interactions were removed. This resulted in a compromised performance of the GM on the test dataset (see red bars in Fig. 3a). For example, the predictive accuracies of the GM were 0.35 on the genus level and 0.48 on the family level. However, most of the time, the GM still outperformed both VHM and WIsH (Fig. 3a).

The similarity between the virus and host genomic sequences often indicates virus-host relations. Thus the alignment-based methods, such as the BLAST-based method and the CRISPR-spacer-based method, are frequently used to predict the virus host. These two methods were tested on the test dataset and were compared to the GM (Fig. 3). The CRISPR-spacer-based method predicted virus hosts with the highest accuracies at all taxonomic levels, ranging from 0.77 to 1, among all methods, but it can only predict hosts for less than one fourth of viruses. The BLAST-based method predicted hosts for most viruses with accuracies higher (1–13%) than those of the GM.

We further investigated the performance of the alignment-free methods in predicting hosts for viruses which cannot be predicted by the alignment-based methods on the test dataset. A total of 48 viruses cannot be predicted by the BLAST-based method. The GM predicted hosts more accurately than both VHM and WIsH at all taxonomic levels for these viruses (Fig. 4a). For example, the GM had a prediction accuracy of 0.24 at the genus level, while the VHM and WIsH had accuracies of 0.18 and 0.20, respectively. A total of 430 viruses cannot be predicted by the CRISPR-spacer-based method. The GM again had much higher accuracies than both VHM and WIsH at all taxonomic levels on these viruses. These results suggest that the GM may be a better complement to the alignment-based methods than the VHM and WIsH.

Fig. 4
figure 4

The performance of the alignment-free methods in predicting hosts for viruses which cannot be predicted by the BLAST-based (a) and the CRISPR-spacer-based methods (b)

Approaches for further improvements of the GM

To further improve the performance of GM in host prediction, the maximum consensus method was applied as in Ahlgren’s work [16]. The predicted host taxon was selected as the most frequent taxon among the N (N = 1 to 30) hosts with the highest score. When 30 predicted hosts were considered, the prediction accuracy at the genus level improved significantly using this consensus approach for GM and VHM, achieving an accuracy of 0.45 and 0.39, respectively (Fig. 5a and Additional file 1: Table S1), while the prediction accuracy of WIsH at the genus level increased as N increased from 1 to 10, then it began to decrease. Similar variation patterns were observed at other taxonomic levels for all three alignment-free methods (Additional file 1: Table S1).

Fig. 5
figure 5

Improvement of the GM by the consensus method (a) and threshold method (b) on the VHM dataset. The host prediction accuracies of the GM was obtained from the ten-fold cross-validations on the K-means clustering of the VHM dataset. Only the prediction accuracies at the genus level were shown in the figure for all methods. The host prediction accuracies at higher taxonomic levels are shown in Additional file 1: Table S1 and S2

Fig. 6
figure 6

Host prediction accuracy of GM (solid line) and WIsH (dashed line) at all taxonomic levels based on viral contigs of varying lengths. The host prediction accuracies of the GM were obtained in the ten-fold cross-validations on the K-means clustering of the VHM dataset

We also tested applying a score threshold requirement to making host predictions as Ahlgren et al. did in their study [16]. Predictions were only made when the score was larger than a given threshold. The host prediction accuracies and the recall rate of the GM, VHM, and WIsH were calculated (Fig. 5b and Additional file 1: Table S2). As is shown in Fig. 5b, the prediction accuracy of the GM, VHM, and WIsH at the genus level increased significantly as the recall rate decreased. Both GM and WIsH outperformed VHM much as the recall rate ranging from 1 to 0.2. Interestingly, VHM outperformed much than GM and WIsH at the recall rate of 0.1. The GM slightly outperformed WIsH when the recall rate ranged from 1 to 0.5. Further analysis of the prediction accuracies at higher taxonomic levels versus the recall rate found that the GM outperformed VHM and WIsH much at both the family and order level when the recall rate ranged from 1 to 0.1, while at other taxonomic levels, these methods performed comparably (Additional file 1: Table S2).

Host prediction based on viral contigs

Metagenomic assembly often yields partial genomes. By far, WIsH was reported as the most accurate method for predicting phage hosts based on short contigs [19]. We further tested the ability of the GM in predicting hosts based on viral contigs of varying length ranging from 1 to 10 kb (Fig. 6). When testing the GM and WIsH on the VHM dataset, we found that the GMs achieved lower accuracies than WIsH at all taxonomic levels when viral contigs were smaller than 10 kb; when viral contigs were equal to or larger than 10 kb, the GMs had higher accuracies than WIsH at order or higher taxonomic levels.

Development and application of a software tool for predicting host of prokaryotic viruses based on the GM

We developed a software tool named Prokaryotic virus Host Predictor (PHP) to provide a user-friendly interface for the GM algorithm. PHP is freely available either as a standalone version [22] or in the form of a web server [31]. We included both the VHM and the test dataset for GM model training in PHP to maximize the usability based on all currently available data. While the standalone version of PHP is suitable for host prediction of a large number of viruses, the PHP web server is suitable for host prediction of fewer than 100 viruses. The web server of PHP is intuitive and user-friendly. It takes one or multiple virus genomic sequences as input. After submission, a waiting page appears and would last from several minutes to several hours depending on the number and size of viral genomic sequences. The user can bookmark the page and check the status of the job in the “Job status” page or provide the email address (optional) and check the results upon email notification. The output would show the name, the score, and the taxa (from species to phylum) of the predicted host for the given viruses. Both the top 1 and the consensus of top 5 predicted hosts were shown since considering the consensus of the top 5 predictions would improve the performances of the GM.

The time consumed by the PHP was measured on the VHM dataset and was compared to the time consumed by WIsH which was reported to predict phage host rapidly. When tested on a laptop with 8 threads (see Additional file 1: Table S3 for details), the process of model building of PHP took 3 h 30 min, which included the calculation of k-mer frequencies in viral and prokaryotic genomes, and model training, while the process of model building of WIsH took 27 min (Additional file 1: Table S3); However, the PHP only used half of the time (57 min) in host prediction for 1426 viruses when compared to WIsH (1 h and 51 min). Overall, the total time consumption of PHP was double to that of WIsH (Additional file 1: Table S3). When tested on a server with 40 threads (see Additional file 1: Table S3 for details), the time consumption of both PHP and WIsH was reduced much compared to that of the tests on the laptop. For example, the time consumption of PHP was reduced from 3 h 30 min to 48 min during the process of model building, while that of WIsH was reduced from 27 to 12 min (Additional file 1: Table S3). However, the reduction of time consumption of PHP was larger than that of WIsH, and the total time consumption of PHP was less than that of WIsH (1 h 1 min vs 1 h 14 min).

Finally, we tested the ability of the PHP in predicting virus hosts using 139 pairs of known phage-host interactions which were determined by the single-cell viral tagging method [32]. These pairs of phage-host interactions were available at GitHub [22]. The online version of the PHP predicted hosts for these phages with an accuracy of 0.29 on the genus level and 0.64 on the family level (Table 1). When considering the top 5 predictions, the prediction accuracy increased to 0.33 on the genus level and 0.75 on the family level (Table 1). Considering that the bacterial contigs identified in the same project with the viral contigs are more likely to be the host of these viruses, the local version of the PHP was used to predict hosts for these phages among the 289 bacterial contigs used in the same study. The prediction accuracies were further improved to 0.67 on the genus level and 0.80 on the family level (Table 1).

Table 1 The prediction accuracies of the PHP in predicting phage hosts for 139 pairs of known phage-host interactions obtained by the single-cell viral tagging method

Discussion

In this study, we developed the GM to predict the viral hosts based on the difference of k-mer frequencies between virus and host genomes. On the genome scale, the GM performed better than VHM and WIsH on both the VHM benchmark dataset and the test dataset. Although the GM had lower host prediction accuracies than the alignment-based methods, it can predict hosts for all prokaryotic viruses. Besides, for those viruses which cannot be predicted by the alignment-based methods, the GM outperformed VHM and WIsH much, suggesting that the GM can be a more suitable complement to the alignment-based methods than VHM and WIsH. The GM can be further improved by the consensus and threshold methods. These results suggest that the GM is useful for host prediction of viruses in metagenomic studies.

Viruses and their host genomes often share similar oligonucleotide frequency patterns, but it is challenging to select the best metric for measuring the similarity. Several common metrics have been used for measuring the similarity of oligonucleotide frequencies between viral and host genomes, such as the Euclidean distance and Manhattan distance [16]. Previous studies by Ahlgren et al. [16] comprehensively compared 11 common oligonucleotide frequency metrics for predicting viral hosts, and found the background-subtracting measure d2* performed best among these metrics. Compared to previous studies, this study is unique in that the GM developed herein learned best “metrics” to measure the similarity between viral and host genomes. The GM took the differences of k-mer frequencies between viral and host genomic sequences as features in viral host prediction. The GM does not detect patterns specific to a genome or a pair of genomes, but rather detect patterns in the difference of the k-mer frequencies between a virus and a host genome. The GM with only one Gaussian distribution has the highest performance, suggesting that the patterns in the difference of the k-mer frequencies between virus and host genomes exhibit similar features. GM outperformed both VHM and WIsH in viral host prediction, indicating that it can learn more suitable “metrics” for measuring the similarity between k-mer frequencies of viral and host genomes than the existing metrics.

Multiple common machine-learning algorithms were used to predict virus hosts based on the differences of k-mer frequencies between virus and host genomic sequences. However, the GM outperformed much than other algorithms (Additional file 1: Figure S3). The possible reason is that the differences between the k-mer frequencies of virus and host genomes are supposed to be close to zero since viruses and their hosts often share similar oligonucleotide frequency patterns in their genomes. The k-mer frequency differences between virus and host genomes approximately followed a normal distribution with a mean of zero and were different from those between virus and non-host prokaryotic genomes (Additional file 1: Figure S4). Therefore, the GM is more suitable for capturing the k-mer frequency differences between virus and host genomes than other machine-learning algorithms.

Accurate prediction of virus hosts is challenging. Lots of computational methods have been developed for prediction of virus hosts in previous studies. Among the methods tested in this study, the CRISPR-spacer-based method is the most accurate one, but it only predicted host for less than one fourth of viruses. The BLAST-based method can predict host for most viruses and outperformed the alignment-free methods including GM, VHM, and WIsH. It should be a promising tool for predicting virus hosts considering the easy use of BLAST. The alignment-free methods have the advantage of a high recall rate. Both VHM [16] and WIsH [19] are independent of training and are supposed to be more robust in applications, while the GM needs training and may have the risk of over-fitting. To reduce over-fitting of the GM, a strict testing strategy of ten-fold cross-validations on the K-means clustering was used to evaluate the performance of GM on the VHM benchmark dataset (Fig. 1). The GM outperformed existing alignment-free methods (VHM and WIsH) on both the benchmark dataset and the test dataset (Figs. 2 and 3), especially for those viruses which cannot be predicted by the alignment-based methods (Fig. 4). Taken together, a combination of multiple methods, including the alignment-free methods and the alignment-based methods, would help further improve the prediction of virus hosts.

A major bottleneck of this study is the limitation and bias of the dataset of virus-host interactions, considering the huge diversity of prokaryotic viruses on the earth [4, 10]. The virus-host interactions in our datasets are biased towards some common viruses and host taxa, which reflects the taxonomic distribution of viruses and prokaryote in nature. For example, the three most commonly observed families (Siphoviridae, Myoviridae, and Podoviridae) account for 77% of all viruses in the VHM dataset (Additional file 1: Figure S5) and are indeed the most commonly observed phage taxa in nature [4, 33]. Another limitation of the study is that the GM was inferior to WIsH in predicting virus hosts on the viral contigs less than 10 kb. Importantly, the GM has a great potential of improvements when given a more diverse and high-quality training dataset which would be enabled by more effective and high-throughput methods for the screen of virus-host interactions.

Conclusions

This study has developed a Gaussian model for predicting prokaryotic virus hosts with better performances than those of VHM and WIsH based on virus genomes. A software tool named Prokaryotic virus Host Predictor was further developed to provide a user-friendly interface for the Gaussian model. The work will contribute to the rapid identification of virus hosts in metagenomic studies and will extend our knowledge of virus-host interactions.

Availability of data and materials

The VHM dataset, the test dataset, and the codes for building, testing, and applications of the GMs in this study are available to the public at GitHub (https://github.com/congyulu-bioinfo/PHP) [22]. The online web server of the PHP is publicly available at http://www.computationalbiology.cn/phageHostPredictor/home.html [31].

Abbreviations

GM:

Gaussian model

VHM:

VirHostMatcher

PHP:

Prokaryotic virus Host Predictor

ICTV:

International Committee on Taxonomy of Viruses

CRT:

CRISPR Recognition Tool

References

  1. Hendrix RW, Hatfull GF, Ford ME, Smith MC, Burns RN. Evolutionary relationships among diverse bacteriophages and prophages: all the world’s a phage. In: Horizontal gene transfer. Amsterdam: Elsevier; 2002. p. 133–VI.

    Chapter  Google Scholar 

  2. Williamson KE, Radosevich M, Wommack KE. Abundance and diversity of viruses in six Delaware soils. Appl Environ Microbiol. 2005;71(6):3119–25.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  3. Koskella B, Meaden S. Understanding bacteriophage specificity in natural microbial communities. Viruses. 2013;5(3):806–23.

    Article  PubMed  PubMed Central  Google Scholar 

  4. Gregory AC, Zayed AA, Conceição-Neto N, Temperton B, Bolduc B, Alberti A, Ardyna M, Arkhipova K, Carmichael M, Cruaud C. Marine DNA viral macro-and microdiversity from pole to pole. Cell. 2019;177(5):1109–1123.e1114.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  5. Suttle CA. Marine viruses—major players in the global ecosystem. Nat Rev Microbiol. 2007;5(10):801–12.

    Article  CAS  PubMed  Google Scholar 

  6. Ma Y, You X, Mai G, Tokuyasu T, Liu C. A human gut phage catalog correlates the gut phageome with type 2 diabetes. Microbiome. 2018;6(1):1–12.

    Article  Google Scholar 

  7. Manrique P, Bolduc B, Walk ST, van der Oost J, de Vos WM, Young MJ. Healthy human gut phageome. Proc Natl Acad Sci. 2016;113(37):10400–5.

    Article  CAS  PubMed  Google Scholar 

  8. Torres-Barceló C, Hochberg ME. Evolutionary rationale for phages as complements of antibiotics. Trends Microbiol. 2016;24(4):249–56.

    Article  PubMed  Google Scholar 

  9. Doss J, Culbertson K, Hahn D, Camacho J, Barekzi N. A review of phage therapy against bacterial pathogens of aquatic and terrestrial organisms. Viruses. 2017;9(3):50.

    Article  PubMed Central  Google Scholar 

  10. Paez-Espino D, Eloe-Fadrosh EA, Pavlopoulos GA, Thomas AD, Huntemann M, Mikhailova N, Rubin E, Ivanova NN, Kyrpides NC. Uncovering Earth’s virome. Nature. 2016;536(7617):425–30.

    Article  CAS  PubMed  Google Scholar 

  11. Tang P, Chiu C. Metagenomics for the discovery of novel human viruses. Future Microbiol. 2010;5(2):177–89.

    Article  CAS  PubMed  Google Scholar 

  12. Shi M, Lin X-D, Tian J-H, Chen L-J, Chen X, Li C-X, Qin X-C, Li J, Cao J-P, Eden J-S. Redefining the invertebrate RNA virosphere. Nature. 2016;540(7634):539–43.

    Article  CAS  PubMed  Google Scholar 

  13. de Jonge PA, Nobrega FL, Brouns SJ, Dutilh BE. Molecular and evolutionary determinants of bacteriophage host range. Trends Microbiol. 2019;27(1):51–63.

    Article  PubMed  Google Scholar 

  14. Edwards RA, Rohwer F. Viral metagenomics. Nat Rev Microbiol. 2005;3(6):504–10.

    Article  CAS  PubMed  Google Scholar 

  15. Wawrzynczak E. A global marine viral metagenome. Nat Rev Microbiol. 2007;5(1):6–6.

    Article  CAS  Google Scholar 

  16. Ahlgren NA, Ren J, Lu YY, Fuhrman JA, Sun F. Alignment-free oligonucleotide frequency dissimilarity measure improves prediction of hosts from metagenomically-derived viral sequences. Nucleic Acids Res. 2017;45(1):39–53.

    Article  CAS  PubMed  Google Scholar 

  17. Edwards RA, McNair K, Faust K, Raes J, Dutilh BE. Computational approaches to predict bacteriophage–host relationships. FEMS Microbiol Rev. 2016;40(2):258–72.

    Article  CAS  PubMed  Google Scholar 

  18. Villarroel J, Kleinheinz KA, Jurtz VI, Zschach H, Lund O, Nielsen M, Larsen MV. HostPhinder: a phage host prediction tool. Viruses. 2016;8(5):116.

    Article  PubMed Central  Google Scholar 

  19. Galiez C, Siebert M, Enault F, Vincent J, Söding J. WIsH: who is the host? Predicting prokaryotic hosts from metagenomic phage contigs. Bioinformatics. 2017;33(19):3113–4.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  20. Walker PJ, Siddell SG, Lefkowitz EJ, Mushegian AR, Adriaenssens EM, Dempsey DM, Dutilh BE, Harrach B, Harrison RL, Hendrickson RC. Changes to virus taxonomy and the statutes ratified by the International Committee on Taxonomy of Viruses (2020). Berlin: Springer; 2020.

    Book  Google Scholar 

  21. Schoch CL, Ciufo S, Domrachev M, Hotton CL, Kannan S, Khovanskaya R, Leipe D, Mcveigh R, O’Neill K, Robbertse B. NCBI taxonomy: a comprehensive update on curation, resources and tools. Database. 2020;2020:baaa062.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  22. Lu C, Peng Y. The standalone version of Prokaryotic virus Host Predictor (PHP). GitHub. https://github.com/congyulu-bioinfo/PHP.

  23. O'Leary NA, Wright MW, Brister JR, Ciufo S, Haddad D, McVeigh R, Rajput B, Robbertse B, Smith-White B, Ako-Adjei D. Reference sequence (RefSeq) database at NCBI: current status, taxonomic expansion, and functional annotation. Nucleic Acids Res. 2016;44(D1):D733–45.

    Article  CAS  PubMed  Google Scholar 

  24. Sayers EW, Agarwala R, Bolton EE, Brister JR, Canese K, Clark K, Connor R, Fiorini N, Funk K, Hefferon T. Database resources of the national center for biotechnology information. Nucleic Acids Res. 2019;47(Database issue):D23.

    Article  CAS  PubMed  Google Scholar 

  25. Reynolds DA. Gaussian mixture models. Encyclopedia Biometrics. 2009;741.

  26. Pedregosa F, Varoquaux G, Gramfort A, Michel V, Thirion B, Grisel O, Blondel M, Prettenhofer P, Weiss R, Dubourg V. Scikit-learn: machine learning in Python. J Mach Learn Res. 2011;12:2825–30.

    Google Scholar 

  27. Galiez C, Siebert M, Enault F, Vincent J, Söding J. The WIsH software. GitHub. www.github.com/soedinglab/wish.

  28. Ahlgren NA, Ren J, Lu YY, Fuhrman JA, Sun F. The VirHostMatcher software. GitHub. www.github.com/jessieren/VirHostMatcher.

  29. Altschul SF, Madden TL, Schäffer AA, Zhang J, Zhang Z, Miller W, Lipman DJ. Gapped BLAST and PSI-BLAST: a new generation of protein database search programs. Nucleic Acids Res. 1997;25(17):3389–402.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  30. Bland C, Ramsey TL, Sabree F, Lowe M, Brown K, Kyrpides NC, Hugenholtz P. CRISPR recognition tool (CRT): a tool for automatic detection of clustered regularly interspaced palindromic repeats. BMC Bioinformatics. 2007;8(1):1–8.

    Article  Google Scholar 

  31. Lu C, Peng Y. The web-based version of prokaryotic virus host predictor (PHP). http://computationalbiology.cn/phageHostPredictor/home.html.

  32. Džunková M, Low SJ, Daly JN, Deng L, Rinke C, Hugenholtz P. Defining the human gut host–phage network through single-cell viral tagging. Nat Microbiol. 2019;4(12):2192–203.

    Article  PubMed  Google Scholar 

  33. Dávila-Ramos S, Castelán-Sánchez HG, Martínez-Ávila L, Sánchez-Carbente MR, Peralta R, Hernández-Mendoza A, Dobson AD, Gonzalez RA, Pastor N, Batista-García RA. A review on viral metagenomics in extreme environments. Front Microbiol. 2019;10:2403.

    Article  PubMed  PubMed Central  Google Scholar 

Download references

Acknowledgements

We thank Prof. Fan Wu in the College of Computer Science and Electronic Engineering in Hunan University and Dr. Jing Meng in the Suzhou Institute of Systems Medicine for the helpful discussions. We thank Ms. Xiarong Yu in the Technische Universität Darmstadt, Ms. Linjie Zhou in the University of Queensland, Ms. Jing Xiong in the Hunan University, Mr. Guanyu Jiang in the University of Minnesota, Mr. Jiarui Xiong in the King’s College London, Mr. Jiakang Xiong in the Starr’s Mill High School, Mr. Qiuhan Jin in the Universität Zürich, Mr. Ruiting Li in the University of Melbourne, Mr. Wu Ding in the Huazhong University of Science and Technology, Mr. Jingbiao Wang in the Tianjin Port and Waterway Engineering Co., Ltd., and Mr. Jing Gao in the Hong Kong University of Science and Technology for the testing of PHP web server.

Funding

This work was supported by the National Key Plan for Scientific Research and Development of China (2016YFD0500300), Hunan Provincial Natural Science Foundation of China (2018JJ3039, 2019JJ50035, 2020JJ3006), the National Natural Science Foundation of China (31671371 and 81902070), and the Chinese Academy of Medical Sciences (2016-I2M-1-005).

Author information

Authors and Affiliations

Authors

Contributions

YP designed the study. YP and CL provided the main contribution to the design, implementation, and evaluation of the method, figure preparation, and manuscript text. ZZ, ZC, and ZZZ contributed to the implementation and improvement of the software. ZZ and ZC contributed to the design and implementation of the web server. YQ, AW, TJ, and HZ contributed to the manuscript text. All authors read and approved the final manuscript.

Corresponding author

Correspondence to Yousong Peng.

Ethics declarations

Ethics approval and consent to participate

Not applicable

Consent for publication

Not applicable.

Competing interests

The authors declare that they have no competing interests.

Additional information

Publisher’s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Supplementary Information

Additional file 1:

Table S1. The host prediction accuracies of GM, VHM and WIsH at taxonomic levels from genus to domain versus the number of top N predictions used when using the consensus method. The highest accuracies among three methods were highlighted in bold. Table S2. The host prediction accuracies of GM, VHM and WIsH at taxonomic levels from genus to domain versus the recall rate when using the threshold method. The highest accuracies among three methods were highlighted in bold. Table S3. Comparison of the time consumed in building models and prediction of virus hosts of PHP and WIsH on the VHM dataset. Figure S1. The comparisons of the taxonomic distribution of both viruses and hosts in the VHM and test datasets used in the manuscript. Figure S2. The host prediction accuracy of the Gaussian mixture model in the ten-fold cross-validations on the K-means clustering of the VHM dataset versus the length of k-mer (A) and the number of components in the Gaussian mixture model(B). Figure S3. The comparison between GM and other common machine learning algorithms on host prediction accuracy. All models took the k-mer frequency (k = 4) as features, and were trained with the default parameters. Negative samples are needed for building computational models with these machine-learning algorithms, and were obtained as follows: for each virus, a non-host prokaryote was randomly selected, which resulted in the same number of negative samples as the positive samples, i.e., virus-host interactions. The testing strategy mentioned in Fig. 1 was used to evaluate the prediction ability of these machine-learning algorithms. During the testing process, only the positive samples, i.e., virus-host interactions, were clustered since we aimed to predict viral hosts. The random forest (RF) algorithm was selected for further optimization since it was observed to perform best among these machine-learning algorithms. Two parameters, i.e., the number of decision trees (n_estimators) and the number of features to consider when looking for the best split (max_features), have a key impact on the performance of the RF algorithm. Besides, the length of k-mers used in the modeling may also have an influence on the performance of the RF algorithm. Therefore, the n_estimators, max_features, and the length of k-mers were further tuned to improve the RF algorithm. The RF algorithm with the “n_estimators” set to be 2000, “max_features” set to be “auto”, and k-mer length set to be 6 was found to perform best (see “Random forest with best parameters” in the figure). The modeling with these machine-learning algorithms was computed with the “scikit-learn” package in python. Figure S4. The distribution of k-mer frequency differences between virus and hosts genomes (blue), and those between virus and non-host prokaryotic genomes (orange). (A-H) represents the randomly selected k-mers of AGTT, AAAA,TTGC, CACG, AATT, TAGA, CGGG, TTCT, respectively. Figure S5. The taxonomic distribution of viruses in the VHM dataset.

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Lu, C., Zhang, Z., Cai, Z. et al. Prokaryotic virus host predictor: a Gaussian model for host prediction of prokaryotic viruses in metagenomics. BMC Biol 19, 5 (2021). https://doi.org/10.1186/s12915-020-00938-6

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12915-020-00938-6

Keywords