Literature DB >> 26538192

The Gap Procedure: for the identification of phylogenetic clusters in HIV-1 sequence data.

Irene Vrbik1, David A Stephens2, Michel Roger3, Bluma G Brenner4,5.   

Abstract

BACKGROUND: In the context of infectious disease, sequence clustering can be used to provide important insights into the dynamics of transmission. Cluster analysis is usually performed using a phylogenetic approach whereby clusters are assigned on the basis of sufficiently small genetic distances and high bootstrap support (or posterior probabilities). The computational burden involved in this phylogenetic threshold approach is a major drawback, especially when a large number of sequences are being considered. In addition, this method requires a skilled user to specify the appropriate threshold values which may vary widely depending on the application.
RESULTS: This paper presents the Gap Procedure, a distance-based clustering algorithm for the classification of DNA sequences sampled from individuals infected with the human immunodeficiency virus type 1 (HIV-1). Our heuristic algorithm bypasses the need for phylogenetic reconstruction, thereby supporting the quick analysis of large genetic data sets. Moreover, this fully automated procedure relies on data-driven gaps in sorted pairwise distances to infer clusters, thus no user-specified threshold values are required. The clustering results obtained by the Gap Procedure on both real and simulated data, closely agree with those found using the threshold approach, while only requiring a fraction of the time to complete the analysis.
CONCLUSIONS: Apart from the dramatic gains in computational time, the Gap Procedure is highly effective in finding distinct groups of genetically similar sequences and obviates the need for subjective user-specified values. The clusters of genetically similar sequences returned by this procedure can be used to detect patterns in HIV-1 transmission and thereby aid in the prevention, treatment and containment of the disease.

Entities:  

Mesh:

Year:  2015        PMID: 26538192      PMCID: PMC4634160          DOI: 10.1186/s12859-015-0791-x

Source DB:  PubMed          Journal:  BMC Bioinformatics        ISSN: 1471-2105            Impact factor:   3.169


Background

In an age overwhelmed by a massive influx of data, the need for fast and effective clustering techniques has never been greater. This endeavour is particularly important in genetics where the sheer volume of data renders many popular clustering techniques prohibitive or ineffective. The present paper aims at developing new techniques for identifying clusters of genetically similar DNA sequences and pays particular attention to HIV-infected individuals from Quebec, Canada. In a 2013 surveillance report released by the Public Health Agency of Canada (PHAC), it is estimated that a cumulative total of 78,511 cases of HIV have been reported in Canada since 1985. Of the 2090 reported HIV cases in 2013, Quebec accounted for 21.7 %. This percentage is second only to the province of Ontario, which contributed 39.6 % of the total HIV cases in the PHAC report. Previous population-based studies involving the phylogenetic analysis of Quebec’s primary HIV infection cohort have revealed clusters that correlate with distinct social networks and risk behaviours [1-3]. In other studies performed outside of Quebec, phylogenetic clusters have been used to provide crucial insights about the spread and transmission of the disease [4-9]. Although there are a number of programs available for clustering nucleotide sequences (e.g., BLASTClust [10], UPGMA and WPGMA [11], neighbor-joining (NJ) [12], and phyclust [13]), phylogenetic approaches have been ubiquitous in the literature involving HIV-1 transmission clusters. Broadly speaking, phylogenetics is the study of evolutionary relationships among organisms or taxon [14]. There are a number of programs for inferring phylogenies including, but not limited to, PAUP* [15], BAMBE [16], BEAST [17], PHYLIP [18] RAxML [19] and MrBayes [20]. These relationships can be represented using a phylogenetic tree wherein branch lengths commonly reflect the estimated number of nucleotide substitutions between organisms. In the present study, the ‘tips’ (i.e., external nodes) of the tree represent sampled HIV-1 pol sequences and internal nodes can be viewed as the source of a chain of infections. We refer to all sequences rooted by a common interior node as descendants to the so-called ancestor node. In the case of HIV, a transmission cluster describes a nonrandom aggregation of sequences from patients believed to share a recent common ancestor [21]. Graphically speaking, a transmission cluster corresponds to a particular branch (or monophyletic clade) in the phylogenetic tree. These transmission clusters are typically ascertained on the basis of high support—measured either by bootstrap percentages or Bayesian posterior probabilities—and sufficiently small genetic distances. One drawback of this procedure is that there is an onus on the user to determine the appropriate support/distance thresholds. In studies involving HIV, these have been reported to range anywhere from 70–99 % for bootstrap values, and 1–4.5 % for the genetic distance cutoff [21]. In addition to being data and user-specific, threshold values can also be affected by the statistical approach used to measure support. Namely, in a formal investigation conducted in [22], posterior probabilities were higher than their corresponding bootstrap values on average. Furthermore, reconstructing phylogenetic trees can be computationally intensive, especially when a large number of sequences are being considered. Despite these shortcomings, phylogenetic analysis has greatly improved our understanding of the epidemic, and remains at the forefront of cluster analysis on HIV sequences. Herein, we present a new clustering algorithm, called the Gap Procedure, for identifying distinct clusters of genetically similar sequences in DNA data. This efficient and automated approach bypasses the need to estimate phylogenies and requires no user-specific threshold values. This distance-based clustering procedure relies on a dissimilarity matrix constructed using popular models for nucleotide substitution and returns a partition of the input data. Gaps in sorted pairwise distances are used to suggest groups of genetically related sequences. The frequency of these groupings are subsequently used to identify phylogenetic clusters. The efficacy and efficiency of the Gap Procedure is demonstrated on both simulated and HIV-1 pol sequence data.

Methods

Notation

Before discussing the details of our algorithm, we introduce the following notation. Let =(X 1,…,X ) be a collection of N aligned sequences of length L where X =(x ,…,x ). The jth position of the ith sequence, x , is recorded as an alignment gap ‘–’ or one of the International Union of Pure and Applied Chemistry (IUPAC) codes: A, C, G, T, R, Y, M, K, S, W, H, B, V, D or N [23]. Let be a N×N distance matrix whose ijth element is equal to the genetic distance between sequence X and X denoted by d(X ,X ). In reference to sequence X , let d =(d(X ,X [1]),d(X ,X [2]),…,d(X ,X [)) denote the sorted vector of pairwise distances between X and X (for all j≠i) such that d(X ,X [1])≤d(X ,X [2])≤⋯≤d(X ,X [). We denote the difference between two adjacent elements in d by δ =d(X ,X [)−d(X ,X ). Finally, we denote a partition of the data by where is the set of sequences classified to the gth group.

The algorithm

The Gap Procedure is a distance-based clustering algorithm which relies solely on a matrix of pairwise distances. There are a number of freely available packages for R [24] which can be used for evolutionary analysis. For instance, the ape package [25] contains the dist.dna() function which can compute a pairwise distance matrix for eleven substitution models; options include Jukes and Cantor 1969 (jc69) [26], Kimura 1980 (K80) [27] and Tamura and Nei 1993 (TN93) [28]. One potential drawback of this function is that it ignores sites with ambiguous nucleotides (i.e., the symbols R through N in the 15 letter IUCPAC nomenclature). Herein, distances are computed using adjusted versions of the K80 distance formula that allow fractional values for counts on the number of transitional/transversional substitutions per site. These adjusted distances—which we will refer to as aK80 distances—are described in Additional file 1. For each individual sequence, the Gap Procedure defines a set of nearest neighbours that are subsequently used to determine a partition of the data. To be more specific, let c = max{δ ,δ ,…,δ }, where k If n =1, X is said to be a neighbour to X . Notice that is not necessarily symmetric. A graphical representation of this definition is provided in Fig. 1. In essence, the number of times observations share a neighbour contribute to their probability of being assigned to the same group. The precise details of this partitioning procedure are codified in Algorithm 1.
Fig. 1

Plots the sorted pairwise distances and nearest neighbours with respect to a sequence X . Plots the sorted pairwise distances with respect to the first sequence from a random run taken from Simulation 1. The vertical grey line identifies k ∗ (the position in which the largest gap is observed); the vertical red line represents c (the largest gap between sorted pairwise distances); the horizontal blue line represents (the largest pairwise distance observed before the gap). The nearest neighbours are denoted by ‘N’s

Plots the sorted pairwise distances and nearest neighbours with respect to a sequence X . Plots the sorted pairwise distances with respect to the first sequence from a random run taken from Simulation 1. The vertical grey line identifies k ∗ (the position in which the largest gap is observed); the vertical red line represents c (the largest gap between sorted pairwise distances); the horizontal blue line represents (the largest pairwise distance observed before the gap). The nearest neighbours are denoted by ‘N’s

Assessing clusters

The efficacy of the Gap Procedure requires that sequences belonging to the same cluster are sufficiently similar and that the diversity between clusters is sufficiently large. In the literature, there are a variety of validation measures that can be used to test the compactness and separability of clusters, e.g., the Dunn index [29], the Calinski-Harabasz index [30], the C-index [31], the McClain-Rao index [32] and average Silhouettes [33, 34], to name a few. Herein, we assess the within-cluster distances with respect to the gth cluster, defined as and the corresponding between-cluster set, As a general guideline, we suggest that the Gap Procedure only be used when the 25 percentile of S (g) is larger than the 75 percentile of S (g) for all g=1,…,G. Graphically speaking, the side-by-side boxplots of S (g) and S (g) should display little to no overlap for each group found using the Gap Procedure (see Additional file 3 for examples). Future work will aim at determining if numerical validation measures, such as the indices mentioned above, can be used in place of this visual diagnostic.

Implementation and availability

The Gap Procedure algorithm can be implemented using the GapProcedure package available on GitHub (https://github.com/vrbiki/GapProcedure). This R package includes functions for plotting the side-by-side boxplots mentioned in Section “Assessing clusters” as well as a vignette providing a step-by-step description of the algorithm and a quick demonstration. The GapProcedure package has been tested on Mac, Linux, and Windows.

Results and discussion

In this section, we compare the results of the Gap Procedure with those obtained by the gold-standard phylogenetic threshold approach. In the threshold approach, clusters are ascertained on the basis of high clade support and low genetic distance. More precisely, given the topology of a phylogenetic tree, sequences are clustered together only if: (a) they belong to the same clade, (b) clade support (bootstrap values or posterior probabilities) exceeds T , and (c) the maximum within-cluster pairwise genetic distance is below T . As mentioned previously, the exact values of T and T vary between analyses. Clustering results are assessed using the Adjusted Rand Index (ARI) which measures the agreement between two partitions while accounting for chance [35]. In this particular analysis, a value of 1 corresponds to perfect agreement with the ‘true’ (i.e., simulated or expert-verified) clusters, whereas a value of 0 would be expected if clusters have been assigned at random. Herein, phylogenetic trees were estimated using Randomized Axelerated Maximum Likelihood (RAxML) [19] and MrBayes [20]. RAxML is a program for inferring maximum likelihood trees with bootstrap support values whereas MrBayes performs a Bayesian analysis and produces summary trees with posterior probabilities. RAxML was implemented using the GTR+Γ model with 20 maximum likelihood searches and 100 bootstrap replicates (see RAxML manual for details). MrBayes was executed using the GTR+I+Γ substitution model and run until the average standard deviation of split frequencies—the statistic used by MrBayes to monitor convergence—droped below a value of 0.01. For notational convenience, we refer to the clusters obtained using the threshold approach on the respective trees as ‘RAxML clusters’ and ‘MrBayes clusters’. Although we used in-house code to implement the threshold approach, RAxML/MrBayes clusters could also be extracted using a program such as ClusterPicker [21]. All figures in this section were produced in R [24].

Simulation studies

Using the seqgen() function available in the phyclust package [13], data were simulated by mutating DNA sequences along phylogenetic trees. The topology of the trees were generated at two stages via the ms program [13, 36]; for more details see Additional file 4. Sequences were mutated according to a General Time Reversible model which assumed rate heterogeneity and a proportion of invariable sites, i.e., the GTR+I+Γ model. For our simulation, sequences of length 800 were generated along trees made up of 4, 6, 20, or 50 transmission groups comprised of roughly 25 sequences per group1. For each G-group simulation, 100 random trees—thus 100 random data sets—were generated. Further simulations involving tree topologies different than the ones considered herein are explored in Additional file 5. When applied to the simulated data, the Gap Procedure achieved close to perfect classification (see Table 1). Accordingly, the average ARI values were close to 1 and the average number of clusters—where “clusters” are defined to contain two or more members—roughly equalled the number of generated transmission clades (G). As expected, the average number of singletons, i.e., unclustered sequences, was close to 0 for all simulations. Aside from achieving excellent clustering results, the average computation time was less than a second for Simulations 1, 2, and 3, and less than 7 seconds for Simulation 4. Note that the analysis was performed using an Intel Xeon E5-1650 (3.5 GHZ) processor and includes the calculation of the pairwise distance matrix.
Table 1

Clustering results for the Gap Procedure on simulated data

DataAverage
Sim N G Time (in sec)# clusters# singletonsARI
110040.11084.250.040.9854
215060.13706.390.040.9856
3500200.607322.490.130.9750
41250506.619458.110.430.9694

The average clustering results (taken over 100 runs) obtained by the Gap Procedure when applied to the simulated data. The dissimilarity matrix was calculated using the aK80 distance formula and sequences (of length 800) were mutated according to a GTR + I + Γ model

Clustering results for the Gap Procedure on simulated data The average clustering results (taken over 100 runs) obtained by the Gap Procedure when applied to the simulated data. The dissimilarity matrix was calculated using the aK80 distance formula and sequences (of length 800) were mutated according to a GTR + I + Γ model The results presented here correspond to RAxML and MrBayes clusters extracted using a clade support threshold (T ) of 90 % and a distance threshold (T ) of either 0.3 or 0.6 (the corresponding results for T =0.4,0.5 are given in Additional file 6). Due to the computational complexity of these procedures, the results were based on a single run. The graphical representation of the RAxML and MrBayes clusters for Simulation 1 are shown in Figs. 2 and 3, respectively. High (≥90), medium (50–90) and low (<50) clade credibility values are denoted by yellow, grey and white rectangles, respectively. The true (i.e., simulated) transmission clusters are designated using coloured edges whereas clusters found by the threshold procedure are provided using coloured tip labels (singletons are written in black). Note that the results for RAxML contain fewer observations, since the algorithm requires that duplicated sequences be removed before analysis.
Fig. 2

Clustering Results for RAxML with T =90, T =0.6. The maximum likelihood phylogenetic tree (n=94) produced by RAxML for Simulation 1. High, (≥90) medium (50–90) and low (<50) bootstrap values are denoted by yellow, grey and white rectangles, respectively. Cluster indices are represented by coloured tip labels; singletons are denoted in black

Fig. 3

Clustering Results for MrBayes with T =90, T =0.6. The maximum likelihood phylogenetic tree (n=100) produced by RAxML for Simulation 1. High, (≥90) medium (50–90) and low (<50) posterior probabilities are denoted by yellow, grey and white rectangles, respectively. Cluster indices are represented by coloured tip labels; singletons are denoted in black

Clustering Results for RAxML with T =90, T =0.6. The maximum likelihood phylogenetic tree (n=94) produced by RAxML for Simulation 1. High, (≥90) medium (50–90) and low (<50) bootstrap values are denoted by yellow, grey and white rectangles, respectively. Cluster indices are represented by coloured tip labels; singletons are denoted in black Clustering Results for MrBayes with T =90, T =0.6. The maximum likelihood phylogenetic tree (n=100) produced by RAxML for Simulation 1. High, (≥90) medium (50–90) and low (<50) posterior probabilities are denoted by yellow, grey and white rectangles, respectively. Cluster indices are represented by coloured tip labels; singletons are denoted in black Tables 2 and 3 summarize the results obtained using the threshold approach on the phylogenetic trees estimated using RAxML and MrBayes, respectively. As the results indicate, a distance threshold value of 0.3 was inadequate to capture the simulated clusters and resulted in poor ARI values. However, when T was raised to a value of 0.6, the ARI score improved dramatically and both methods outperformed the Gap Procedure in some cases. Although potential gain in ARI values can be achieved by adopting the threshold approach, we remark that the corresponding efficacy depends greatly on the user-specified T values. Furthermore, the programs used for estimating phylogenetic trees take substantially longer to run than the Gap Procedure. For instance, the trees produced for Simulation 4 took 3 days 3 hours 26 minutes for RAxML to complete and over 15 days for MrBayes. In stark contrast, the complete analysis for the Gap Procedure took an average of 6.6 seconds. Note that the exact gain in computational time will vary depending on the data.
Table 2

Clustering results for RAxML on simulated data

Sim T c T d Time (in sec)# clusters# singletonsARI
RAxML1900.32479.013210.3662
2900.34654.013100.7054
3900.341584.661330.6206
4900.3271593.7167700.4889
1900.62479.0740.8757
2900.64654.0950.8945
3900.641584.6246 0.9764
4900.6271593.7542 0.9922

The clustering results (for a single run) obtained by RAxML when applied to the simulated data. The quoted run times represent the time it takes RAxML to produce a phylogenetic tree and obtain clade support values (conducted using 100 bootstrap replicates). RAxML clusters are obtained using a clade support threshold equal to T and distance thresholds of T . The ARI scores in bold indicate which runs performed better than the average score obtained using the Gap Procedure

Table 3

Clustering results for MrBayes on simulated data

Sim T c T d Time (in sec)# clusters# singletonsARI
MrBayes1900.33324.71330.4642
2900.34243.61970.5129
3900.3144284.854110.6565
4900.31328253.9134250.6269
1900.63324.7820.8419
2900.64243.61030.9011
3900.6144284.8246 0.9768
4900.61328253.9523 0.9927

The clustering results (for a single run) obtained by MrBayes when applied to the simulated data. The quoted run times represent the time it takes MrBayes to estimate a phylogenetic tree with clade support (i.e., posterior probability) values. MrBayes clusters are obtained using a clade support threshold equal to T and distance thresholds of T . The ARI scores in bold indicate which runs performed better than the average score obtained using the Gap Procedure

Clustering results for RAxML on simulated data The clustering results (for a single run) obtained by RAxML when applied to the simulated data. The quoted run times represent the time it takes RAxML to produce a phylogenetic tree and obtain clade support values (conducted using 100 bootstrap replicates). RAxML clusters are obtained using a clade support threshold equal to T and distance thresholds of T . The ARI scores in bold indicate which runs performed better than the average score obtained using the Gap Procedure Clustering results for MrBayes on simulated data The clustering results (for a single run) obtained by MrBayes when applied to the simulated data. The quoted run times represent the time it takes MrBayes to estimate a phylogenetic tree with clade support (i.e., posterior probability) values. MrBayes clusters are obtained using a clade support threshold equal to T and distance thresholds of T . The ARI scores in bold indicate which runs performed better than the average score obtained using the Gap Procedure

Quebec HIV-1 pol sequence data

Multiple studies have been conducted to improve our understanding of the HIV transmission dynamics in Quebec [1-3]. Through the molecular surveillance of HIV-1 pol sequence data, researches were able to link high rates of onward transmission to acute/early infection. Phylogenetic analysis was performed using maximum likelihood methods via BioEdit [37] and MEGA2 [38]. High bootstrap values (>98 %) and sufficiently long branches on neighbour-joining (NJ) trees [12] were used to determine cluster membership. Manual inspection of polymorphisms and mutational motifs were used to validate clusters. This section aims at rediscovering these transmission clusters using the automated Gap Procedure. The data, which was obtained from the provincial genotypic testing program (introduced in 1997) and the Quebec PHI cohort (established in 2001), has since been expanded to include 1517 sequences, each of length 810. Ethical approval for this cohort was granted by the Laboratoire de santé publique du Québec, and the Quebec Ministry of Health committee on confidentiality and access of information. Several subsets of this data (summarized in Table 4) were considered for the analysis. To test the efficacy of our approach, the resulting clusters were compared with those obtained by Brenner and colleagues. We henceforth refer to the latter as the ‘true’ or ‘gold-standard’ clusters.
Table 4

A summary of the subset data taken from the HIV-1 sequence data

Cluster size
NameDescription N G b 12–4≥5
all Entire set1517169533108 (311)61 (673)
men Only males139115248896 (276)56 (627)
non.sing Clustered sequences9841690108 (311)61 (673)
nsm Clustered males903152096 (276)56 (627)
big a Sequences clustered to big a clusters6736100 (0)61 (673)
mibc Males clustered to big a clusters6275600 (0)56 (627)

The total number of small and large-sized clusters are listed under the headings (2–4) and (≥5). The corresponding number of sequences belonging to each heading is given in parenthesis

a‘big’ clusters are defined to have ≥5 members

bthe number of clusters having ≥ 2 members

A summary of the subset data taken from the HIV-1 sequence data The total number of small and large-sized clusters are listed under the headings (2–4) and (≥5). The corresponding number of sequences belonging to each heading is given in parenthesis a‘big’ clusters are defined to have ≥5 members bthe number of clusters having ≥ 2 members Table 5 summarizes the clustering results obtained by the Gap Procedure when applied to the six subsets of the HIV-1 data summarized in Table 4. The number of correctly and incorrectly identified singletons are given under the heading “1 ” and “1 ✗”, respectively. The adjacent columns provide the total number of small clusters (2–4 members) and big clusters (≥5 members); the total number of sequences belonging to the corresponding heading is reported in parentheses. Note that true singletons were removed before the ARI scores were calculated.
Table 5

Clustering results for the Gap Procedure on HIV-1 data

SubsetTime (in sec)1 ✓1 ✗2–4≥5ARI
all 10.56 sec23716244 (619)61 (645)0.9170
men 8.261 sec22518215 (536)60 (612)0.9097
non.sing 3.086 sec12125 (351)57 (621)0.9325
nsm 2.470 sec11109 (303)54 (589)0.9320
big 0.807 sec35 (14)61 (656)0.9523
mibc 0.634 sec35 (14)56 (610)0.9492

The ARI scores and running times of the Gap Procedure when performed on subsets of the HIV-1 data. The number of correctly (and incorrectly) identified singletons are listed under “1” (and “1✗”). The total number of for small and large-sized are listed under the headings (2–4) and (≥5). The corresponding number of sequences belonging to each class is given in parentheses

Clustering results for the Gap Procedure on HIV-1 data The ARI scores and running times of the Gap Procedure when performed on subsets of the HIV-1 data. The number of correctly (and incorrectly) identified singletons are listed under “1” (and “1✗”). The total number of for small and large-sized are listed under the headings (2–4) and (≥5). The corresponding number of sequences belonging to each class is given in parentheses As indicated by the high ARI scores, there is a strong agreement between the true clusters and those found using our approach. In terms of cluster size, the Gap Procedure experienced some difficulty in distinguishing between small clusters and singletons. Consequently, when compared with the gold-standard, our approach found a greater number of small (2–4 member) groups. Despite this discrepancy, the Gap Procedure did well in identifying big (≥ 5 member) clusters and obtained an ARI greater than 0.9 on all data sets considered. In addition to its excellent clustering performance, this algorithm was extremely fast when compared with the competing approaches. For example, the Gap procedure took less than a second to run on the mibc data (N=627,L=810). To produce the phylogenetic trees for the same data, RAxML and MrBayes took roughly 15 and 126 hours, respectively. In terms of clustering performance, the results of RAxML and MrBayes were highly variable (for a complete summary see Additional file 7). Using a range of threshold values, the ARIs produced by RAxML ranged anywhere from 0.0081 (with T =0.01 and T =99) to 0.8977 (with T =0.07,0.08,0.09 or 0.1 and T =90). For MrBayes clusters, the ARI ranged from as low as 0.0123 (with T = 0.01 and T =98) to as high as 0.9969 (with T =0.09 and T =99).

Conclusion

A distance-based clustering algorithm for genetic HIV-1 sequence data has been presented. Unlike the competing threshold approach, the Gap Procedure is fully automated (i.e., it does not require any user-specific threshold values) and relies solely on pairwise distances. Results were obtained using the GapProcedure package wherein pairwise distances are calculated using adjusted K80 distance formula. Although this is the default setting of the algorithm, alternative dissimilarity matrices may be used in its place. When compared with RAxML and MrBayes, our algorithm showed dramatic gains in computational time, owing greatly to the fact that it bypasses the construction of a phylogenetic tree. The resulting gains in efficiency supports the quick analysis of large genetic data sets. When applied to both simulated and HIV-1 pol sequence data, the Gap Procedure uncovered clusters that closely agreed with true or expert-verified clusters. These encouraging results suggest that burdensome procedures involving the estimation of phylogenetic trees may not be required to infer distinct clusters of genetically similar DNA sequences.

Endnote

1 Group membership is assigned according to a multinomial distribution.
  21 in total

1.  Genetic analysis reveals the complex structure of HIV-1 transmission within defined risk groups.

Authors:  Stéphane Hué; Deenan Pillay; Jonathan P Clewley; Oliver G Pybus
Journal:  Proc Natl Acad Sci U S A       Date:  2005-03-14       Impact factor: 11.205

2.  Transmission clustering drives the onward spread of the HIV epidemic among men who have sex with men in Quebec.

Authors:  Bluma G Brenner; Michel Roger; David Stephens; Daniela Moisi; Isabelle Hardy; Jonathan Weinberg; Reuven Turgel; Hugues Charest; James Koopman; Mark A Wainberg
Journal:  J Infect Dis       Date:  2011-10-01       Impact factor: 5.226

3.  Nomenclature for incompletely specified bases in nucleic acid sequences: recommendations 1984.

Authors:  A Cornish-Bowden
Journal:  Nucleic Acids Res       Date:  1985-05-10       Impact factor: 16.971

4.  The neighbor-joining method: a new method for reconstructing phylogenetic trees.

Authors:  N Saitou; M Nei
Journal:  Mol Biol Evol       Date:  1987-07       Impact factor: 16.240

5.  High rates of forward transmission events after acute/early HIV-1 infection.

Authors:  Bluma G Brenner; Michel Roger; Jean-Pierre Routy; Daniela Moisi; Michel Ntemgwa; Claudine Matte; Jean-Guy Baril; Rejéan Thomas; Danielle Rouleau; Julie Bruneau; Roger Leblanc; Mario Legault; Cecile Tremblay; Hugues Charest; Mark A Wainberg
Journal:  J Infect Dis       Date:  2007-02-16       Impact factor: 5.226

6.  Bayes or bootstrap? A simulation study comparing the performance of Bayesian Markov chain Monte Carlo sampling and bootstrapping in assessing phylogenetic confidence.

Authors:  Michael E Alfaro; Stefan Zoller; François Lutzoni
Journal:  Mol Biol Evol       Date:  2003-02       Impact factor: 16.240

7.  Transmission clustering among newly diagnosed HIV patients in Chicago, 2008 to 2011: using phylogenetics to expand knowledge of regional HIV transmission patterns.

Authors:  Ronald J Lubelchek; Sarah C Hoehnen; Anna L Hotton; Stacey L Kincaid; David E Barker; Audrey L French
Journal:  J Acquir Immune Defic Syndr       Date:  2015-01-01       Impact factor: 3.731

8.  Estimation of the number of nucleotide substitutions in the control region of mitochondrial DNA in humans and chimpanzees.

Authors:  K Tamura; M Nei
Journal:  Mol Biol Evol       Date:  1993-05       Impact factor: 16.240

9.  MrBayes 3.2: efficient Bayesian phylogenetic inference and model choice across a large model space.

Authors:  Fredrik Ronquist; Maxim Teslenko; Paul van der Mark; Daniel L Ayres; Aaron Darling; Sebastian Höhna; Bret Larget; Liang Liu; Marc A Suchard; John P Huelsenbeck
Journal:  Syst Biol       Date:  2012-02-22       Impact factor: 15.683

10.  Phylogenetic analyses reveal HIV-1 infections between men misclassified as heterosexual transmissions.

Authors:  Stéphane Hué; Alison E Brown; Manon Ragonnet-Cronin; Samantha J Lycett; David T Dunn; Esther Fearnhill; David I Dolling; Anton Pozniak; Deenan Pillay; Valerie C Delpech; Andrew J Leigh Brown
Journal:  AIDS       Date:  2014-08-24       Impact factor: 4.177

View more
  10 in total

1.  Comparative Evaluation of Subtyping Tools for Surveillance of Newly Emerging HIV-1 Strains.

Authors:  Lavinia Fabeni; Giulia Berno; Joseph Fokam; Ada Bertoli; Claudia Alteri; Caterina Gori; Federica Forbici; Desiré Takou; Alessandra Vergori; Mauro Zaccarelli; Gaetano Maffongelli; Vanni Borghi; Alessandra Latini; Alfredo Pennica; Claudio Maria Mastroianni; Francesco Montella; Cristina Mussini; Massimo Andreoni; Andrea Antinori; Carlo Federico Perno; Maria Mercedes Santoro
Journal:  J Clin Microbiol       Date:  2017-07-12       Impact factor: 5.948

2.  From Alpha to Zeta: Identifying Variants and Subtypes of SARS-CoV-2 Via Clustering.

Authors:  Andrew Melnyk; Fatemeh Mohebbi; Sergey Knyazev; Bikram Sahoo; Roya Hosseini; Pavel Skums; Alex Zelikovsky; Murray Patterson
Journal:  J Comput Biol       Date:  2021-10-25       Impact factor: 1.479

Review 3.  Genotypic and Phylogenetic Insights on Prevention of the Spread of HIV-1 and Drug Resistance in "Real-World" Settings.

Authors:  Bluma G Brenner; Ruxandra-Ilinca Ibanescu; Isabelle Hardy; Michel Roger
Journal:  Viruses       Date:  2017-12-28       Impact factor: 5.048

Review 4.  Defining HIV-1 transmission clusters based on sequence data.

Authors:  Amin S Hassan; Oliver G Pybus; Eduard J Sanders; Jan Albert; Joakim Esbjörnsson
Journal:  AIDS       Date:  2017-06-01       Impact factor: 4.177

5.  Impacts and shortcomings of genetic clustering methods for infectious disease outbreaks.

Authors:  Art F Y Poon
Journal:  Virus Evol       Date:  2016-10-20

6.  DM-PhyClus: a Bayesian phylogenetic algorithm for infectious disease transmission cluster inference.

Authors:  Luc Villandré; Aurélie Labbe; Bluma Brenner; Michel Roger; David A Stephens
Journal:  BMC Bioinformatics       Date:  2018-09-14       Impact factor: 3.169

7.  Assessing the role of transmission chains in the spread of HIV-1 among men who have sex with men in Quebec, Canada.

Authors:  Luc Villandré; Aurélie Labbe; Bluma Brenner; Ruxandra-Ilinca Ibanescu; Michel Roger; David A Stephens
Journal:  PLoS One       Date:  2019-03-06       Impact factor: 3.240

8.  Molecular dating and viral load growth rates suggested that the eclipse phase lasted about a week in HIV-1 infected adults in East Africa and Thailand.

Authors:  Morgane Rolland; Sodsai Tovanabutra; Bethany Dearlove; Yifan Li; Christopher L Owen; Eric Lewitus; Eric Sanders-Buell; Meera Bose; AnneMarie O'Sullivan; Raabya Rossenkhan; Jan Phillipus Lourens Labuschagne; Paul T Edlefsen; Daniel B Reeves; Gustavo Kijak; Shana Miller; Kultida Poltavee; Jenica Lee; Lydia Bonar; Elizabeth Harbolick; Bahar Ahani; Phuc Pham; Hannah Kibuuka; Lucas Maganga; Sorachai Nitayaphan; Fred K Sawe; Leigh Anne Eller; Robert Gramzinski; Jerome H Kim; Nelson L Michael; Merlin L Robb
Journal:  PLoS Pathog       Date:  2020-02-06       Impact factor: 6.823

9.  Factors influencing estimates of HIV-1 infection timing using BEAST.

Authors:  Bethany Dearlove; Sodsai Tovanabutra; Christopher L Owen; Eric Lewitus; Yifan Li; Eric Sanders-Buell; Meera Bose; Anne-Marie O'Sullivan; Gustavo Kijak; Shana Miller; Kultida Poltavee; Jenica Lee; Lydia Bonar; Elizabeth Harbolick; Bahar Ahani; Phuc Pham; Hannah Kibuuka; Lucas Maganga; Sorachai Nitayaphan; Fred K Sawe; Jerome H Kim; Leigh Anne Eller; Sandhya Vasan; Robert Gramzinski; Nelson L Michael; Merlin L Robb; Morgane Rolland
Journal:  PLoS Comput Biol       Date:  2021-02-01       Impact factor: 4.475

10.  Biased phylodynamic inferences from analysing clusters of viral sequences.

Authors:  Bethany L Dearlove; Fei Xiang; Simon D W Frost
Journal:  Virus Evol       Date:  2017-08-03
  10 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.