Abstract
Molecular HIV cluster data can guide public health responses towards ending the HIV epidemic. Currently, real-time data integration, analysis, and interpretation are challenging, leading to a delayed public health response. We present a comprehensive methodology for addressing these challenges through data integration, analysis, and reporting. We integrated heterogeneous data sources across systems and developed an open-source, automatic bioinformatics pipeline that provides molecular HIV cluster data to inform public health responses to new statewide HIV-1 diagnoses, overcoming data management, computational, and analytical challenges. We demonstrate implementation of this pipeline in a statewide HIV epidemic and use it to compare the impact of specific phylogenetic and distance-only methods and datasets on molecular HIV cluster analyses. The pipeline was applied to 18 monthly datasets generated between January 2020 and June 2022 in Rhode Island, USA, that provide statewide molecular HIV data to support routine public health case management by a multi-disciplinary team. The resulting cluster analyses and near-real-time reporting guided public health actions in 37 phylogenetically clustered cases out of 57 new HIV-1 diagnoses. Of the 37, only 21 (57%) clustered by distance-only methods. Through a unique academic-public health partnership, an automated open-source pipeline was developed and applied to prospective, routine analysis of statewide molecular HIV data in near-real-time. This collaboration informed public health actions to optimize disruption of HIV transmission.
Keywords: molecular HIV clusters, phylogenetics, molecular epidemiology, HIV transmission networks, contact tracing, near-real-time data integration
1. Background
The HIV epidemic is an ongoing global public health burden and novel methods are needed to disrupt transmission. Analyzing genomic HIV data to guide public health response is one of the four pillars to end the US epidemic [1]. HIV-1 sequences routinely collected during clinical care for drug resistance testing can also be used to phylogenetically estimate viral evolution across individuals [2].
The real HIV transmission network among individuals is unknown. Public health agencies often engage in contact tracing to establish social networks among recently diagnosed individuals in order to identify and reach social contacts who may be infected but are undiagnosed [3]. Even incomplete social network data serves as a proxy for the real transmission network, providing relevant information to guide public health response. Similarly, phylogenetic relationships among sequences provide another independent source of information about social networks towards identifying undiagnosed or diagnosed-out-of-care individuals [4,5].
While much research has focused on phylogenies of molecular HIV data in academic settings [6], often long after sequenced individuals were diagnosed with HIV, there has been little investigation of the “real-time” employment of phylogenetics to assist with a public health response to newly diagnosed cases [7]. Poon et al. provided such information to British Columbia public health officials in near-real-time via automated phylogenetic analyses and monthly reports to public health, detecting and halting a transmitted drug resistance outbreak [8].
The paucity of such studies is likely due to challenges of integrating phylogenetic analysis into routine public health response, particularly in real-time [9]. First, phylogenetic analyses employ computationally expensive optimization methods, such as maximum likelihood and Bayesian inference, to search over a vast combinatorial space of possible phylogenies. Implementing these methods typically requires specialized computing clusters that are not readily available to public health agencies and analyses can take days or weeks to converge. Second, the availability of raw sequence data for analysis, longitudinally and in near-real-time, requires robust data management processes and expertise. Third, results of phylogenetic analysis (typically trees, confidence metrics, and sequence clustering) by themselves do not imply any specific action and must be analyzed, reported, integrated, and interpreted to guide a public health response, also in near-real-time. Finally, it is unclear whether phylogenetic analysis is necessary or whether computationally cheaper approaches based only on genetic distance are sufficient to inform a public health response.
This paper addresses these challenges through demonstration of an automated data management and bioinformatics pipeline, which has augmented the public health response to new HIV diagnoses in Rhode Island (RI). The pipeline is the result of a unique multidisciplinary partnership between the RI Department of Health (RIDOH) and academic researchers, who developed and used these tools in near-real-time to facilitate routine collaboration, case management, and a prospective study of re-interviewing newly HIV-diagnosed individuals who are members of molecular clusters [9].
2. Methods
The automated pipeline development steps included identification and curation of statewide databases, sequence quality control (QC) and analysis, datasets integration, summary reports, and data use for routine case management to inform near-real-time public health actions.
2.1. State-Wide HIV Databases
To integrate molecular HIV data with public health activities, three databases were collated and combined: (1) clinical database; (2) sequence database; (3) several public health databases.
The main source of clinical data is from The Miriam Hospital Immunology Center in Providence, RI, and its associated Immunology Center Database (ICDB). The Brown University Medical School affiliated Immunology Center is the largest HIV center in the state, providing comprehensive care for most (>80%) people with HIV, approximately 2000 upon this writing. The ICDB was created in 2003 for patient monitoring, Ryan White program reporting, and research. Since 2003, it evolved from manual data entry to integration with electronic medical records. Currently, HIV-specific data collection modules are created within Epic (the electronic medical record system) to download demographic, clinical, and laboratory data on Immunology Center patients.
The sequence database has curated all HIV-1 pol sequences from commercial laboratories conducting clinical care resistance testing at the Center since 2003. This prospective process has been augmented with monthly additions of non-Immunology Center sequences to complete a state-wide dataset that includes newly diagnosed and sequenced individuals.
The public health databases are maintained by RIDOH and contain contact tracing records, available sequence data, and laboratory results for all patients in the state, including those not treated at the Immunology Center.
2.2. Sequence QC and Analyses
Once newly generated, statewide, monthly sequences become available, sequences are analyzed by SQUAT principles [10] using the Sierra web service of the Stanford University HIV Drug Resistance Database [11] to identify sequences that contain >5% stop codons, G-to-A hypermutation, unusual mutations, and exact edit pairwise distance (0 when sites share the same nucleotides or ambiguities, or 1 otherwise) among new sequences and between them and historical sequences. Potentially problematic sequences and those of the same subtypes and <0.5% edit distance were flagged for further examination. HIV-1 subtype and drug resistance mutations were also identified in this process. Since all historical sequences were previously reviewed, only newly added sequences are included in the monthly QC report.
Once new sequence datasets pass QC, the pipeline identifies whether the most recently added sequences from new index cases are in molecular clusters. For this purpose, index cases are defined as HIV RI diagnoses within the past 6 months with an available new sequence. The pipeline performs multiple sequence alignment of the earliest single sequence per patient using MAFFT (version 7.313) [12]. It trims sites with 98% or more gaps in alignment using a custom R script. It also adds four HIV-1 group O sequences (GenBank accession numbers L20587, L20571, AY169812, AJ302647) to the alignment as outgroups in phylogenetic analyses.
For inclusivity, and since there is no consensus on which molecular epidemiology methods should be used, the pipeline performs phylogenetic analyses using several methods and parameters. The phylogenetic and clustering methods we used were based on a comprehensive comparative study, which is discussed in detail in prior work [13]. For brevity, we summarized the resulting methods from the comparative study, in which we compared both “strict” and “relaxed” cluster definitions. Here, we implemented relaxed parameters to favor false positive over false negative clusters and maximize available information. The pipeline implements the following five phylogenetic methods and cluster-defining parameters (bootstrap support and pairwise distance thresholds) from our comparative study: RAxML [14] (version 8.2.12; 80% bootstrap support; 4.5% genetic distance), IQ-TREE [15] in ultrafast bootstrap mode (version 2.0.4; 95% bootstrap support; 3.0% genetic distance), FastTree [16] (version 2.1.10; 80% bootstrap support; 4.5% genetic distance), FastTree with the alternative likelihood ratio test (version 2.1.10; 90% aLRT support; 3.0% genetic distance), and MEGA [17] (version 10.1.8; maximum-likelihood method; 80% bootstrap support; 4.5% genetic distance). Clusters are identified according to these parameters using ClusterPicker (version 1.2.3) [18].
In addition to phylogenetic analysis, the pipeline performs distance-only sequence clustering using HIV-TRACE (version 0.4.4) with the following two distance parameters: [19]. (1) 0.5%, recommended by the U.S. Centers for Disease Control and Prevention (CDC) [20] and by the HIV-TRACE authors for rapidly growing clusters [19]; and (2) 1.5%, determined by HIV-TRACE authors as best supported by previous research on the relationship between genetic distance and epidemiologically connected transmissions [19]. The distance parameter of 1.5% is calibrated with the findings from our previous comparative study that HIV-TRACE at a 1.5% distance threshold identified a comparable number of overall clusters as the phylogenetic methods and parameters described above [13]. The pipeline also identified CDC-defined “clusters of concern,” as HIV-TRACE clusters with a maximum 0.5% pairwise distance and three or more individuals diagnosed in the previous 12 months [21].
Lastly, in addition to comparing clustering methods, the pipeline compared clustering between a statewide dataset and an Immunology-Center-only subset, assessing the impact of an increased sampling density.
2.3. Data Integration
Once sequence analyses were completed, data from the three database sources (clinical, sequence, and public health) were joined with anonymized identifiers into a single integrated dataset. This dataset contains statewide sequences, demographics (e.g., gender, sex at birth, race, ethnicity, country of birth, home zip code), HIV diagnosis and last-negative dates, HIV risk factors, clinical data (e.g., illegal substance use, mental illness), laboratory data (e.g., CD4 and viral load), and contact tracing information (e.g., interview dates and numbers of named partners). The integrated dataset is cumulatively aggregated over time.
2.4. Report Generation
Each pipeline component automatically generates reports. After the QC reports detailed above, the phylogenetic analyses generate individual-level reports, summarizing clustering, demographics, and clinical information of newly generated sequences. For each index case sequence that clusters, a detailed report provides the phylogenetic clade containing the cluster and the most recent ancestor node alongside a summary of demographics and clinical information for cluster members. This visualization is implemented with custom R scripts using the ggtree and treeio packages [22,23]. A population-level report is also generated, providing statewide-level clustering summaries with a visualization of cluster growth over time, showing cluster membership of new and prior index cases.
2.5. Case Management
The pipeline is run monthly as new sequences are obtained and reports are generated for routine case management discussions between the RIDOH and academic partners, including clinicians, epidemiologists, disease intervention specialists, bioinformaticians, data managers, statisticians, virologists, evolutionary biologists, and public health staff. The pipeline reports guide discussions of each index case that is part of a molecular cluster by any of the five phylogenetic methods or HIV-TRACE, using either the statewide or Immunology Center dataset. This inclusive ensemble approach allows for comparison of clustering methods while minimizing false negatives and ensuring inclusion in public health interventions of cases with evidence of clustering by any method. The prospective evaluation of this intervention is ongoing; see details in a published study design [9].
The pipeline is available in an open-source software package from https://github.com/kantorlab/hiv-real-time-phylogeny (accessed on 12 March 2023). This study was approved by, and a consent waiver was obtained from, the Institutional Review Board at The Miriam Hospital, Providence, RI; and the RIDOH.
3. Results
3.1. Database and Sequence QC
At the 18th and latest pipeline analysis, the statewide dataset included 4290 pol sequences from 2440 patients. Of the 4290 sequences in the statewide dataset, 4140 sequences from 2316 patients were part of the Immunology Center subset. Thus, the statewide dataset added 150 sequences for 124 individuals. Of those 124, 53 were cared for in RI outside of the Immunology Center.
The pipeline QC process before study initiation identified 51 sequence pairs with pairwise genetic distance <0.5% that were resolved through manual review, leading to one excluded sequence that was identical to another sequence and may have been misattributed. Upon this resolution, ongoing monthly QC processes explored and flagged any QC or distance issues. The manual review burden for these QC steps was relatively low, occurring in only two out of 18 datasets. No sequences were flagged for stop codon, hypermutation, or unusual mutation criteria, indicating an expected good sequence quality.
3.2. Bioinformatic Pipeline
In the latest pipeline run, both HIV-TRACE analyses ran for ~15 min, while the five phylogenetic methods required between 4 min (FastTree) and 54 h (MEGA). The pipeline had a peak usage of 72 concurrent computer cores with 216 GB total memory, representing 0.5% of the 13,688 cores available on the computer cluster. Two previously tested phylogenetic methods (PhyML and IQ-TREE with regular bootstrapping) were excluded because of excessive runtimes presenting challenges for near-real-time analyses.
Table 1 summarizes the monthly counts of new index cases in RI and compares numbers of clustered index cases by method and dataset. Overall, 37 (65%) of 57 new HIV cases were identified as clustered by any method. These cases were selected for intervention and discussed in case management meetings. Of 37 clustered cases, 21 (57%) were identified by HIV-TRACE and 16 (43%) were detected exclusively by. All clusters identified by HIV-TRACE were also identified by at least one phylogenetic method. Minor differences in counts occurred between the statewide and Immunology Center datasets in four of the five phylogenetic methods and in three of the 18 datasets (bold/green in Table 1). These discrepancies included five individuals, three identified exclusively by the statewide dataset and two identified exclusively by the Immunology Center subset.
Table 1.
Dataset Number | |||||||||||||||||||
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | Total | |
Index Cases | 1 | 1 | 1 | 5 | 6 | 5 | 5 | 5 | 3 | 5 | 0 | 3 | 3 | 3 | 0 | 2 | 5 | 4 | 57 |
Clustered in Statewide Dataset: | |||||||||||||||||||
Any Phylogenetic Method | 1 | 1 | 1 | 2 | 5 | 2 | 4 | 1 | 2 | 2 | 0 | 3 | 2 | 3 | 0 | 2 | 3 | 3 | 37 |
RAxML | 1 | 1 | 1 | 2 | 5 | 2 | 4 | 1 | 2 | 2 | 0 | 3 | 2 | 3 | 0 | 2 | 3 | 2 | 36 |
IQ-Tree | 1 | 1 | 1 | 1 | 5 | 2 | 3 | 1 | 2 | 1 | 0 | 2 | 2 | 1 | 0 | 2 | 3 | 2 | 30 |
FastTree | 1 | 1 | 1 | 1 | 4 | 2 | 4 | 1 | 2 | 1 | 0 | 3 | 2 | 2 | 0 | 2 | 3 | 3 | 33 |
FastTree (ALRT) | 1 | 1 | 1 | 1 | 5 | 2 | 3 | 1 | 2 | 1 | 0 | 2 | 1 | 1 | 0 | 2 | 3 | 2 | 29 |
MEGA | 1 | 1 | 1 | 2 | 5 | 2 | 4 | 1 | 2 | 1 | 0 | 3 | 2 | 2 | 0 | 2 | 3 | 1 | 33 |
HIV-TRACE (1.5%) | 1 | 1 | 1 | 1 | 4 | 2 | 1 | 1 | 2 | 0 | 0 | 1 | 0 | 1 | 0 | 2 | 3 | 0 | 21 |
CDC Cluster of Concern (0.5%) | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 |
Only by Phylogenetic Methods | 0 | 0 | 0 | 1 | 1 | 0 | 3 | 0 | 0 | 2 | 0 | 2 | 2 | 2 | 0 | 0 | 0 | 3 | 16 |
Clustered in Immunology Center Subset: | |||||||||||||||||||
Any Phylogenetic Method | 1 | 1 | 1 | 2 | 5 | 2 | 4 | 1 | 2 | 2 | 0 | 3 | 2 | 3 | 0 | 2 | 3 | 3 | 37 |
RAxML | 1 | 1 | 1 | 2 | 5 | 2 | 4 | 1 | 2 | 2 | 0 | 3 | 2 | 3 | 0 | 2 | 3 | 2 | 36 |
IQ-Tree | 1 | 1 | 1 | 1 | 5 | 2 | 3 | 1 | 2 | 1 | 0 | 2 | 2 | 2 | 0 | 2 | 3 | 2 | 31 |
FastTree | 1 | 1 | 1 | 1 | 4 | 2 | 4 | 1 | 2 | 0 | 0 | 3 | 1 | 2 | 0 | 2 | 3 | 3 | 31 |
FastTree (ALRT) | 1 | 1 | 1 | 1 | 5 | 2 | 3 | 1 | 2 | 1 | 0 | 2 | 1 | 2 | 0 | 2 | 3 | 2 | 30 |
MEGA | 1 | 1 | 1 | 2 | 5 | 2 | 4 | 1 | 2 | 1 | 0 | 3 | 1 | 2 | 0 | 2 | 3 | 1 | 32 |
HIV-TRACE (1.5%) | 1 | 1 | 1 | 1 | 4 | 2 | 1 | 1 | 2 | 0 | 0 | 1 | 0 | 1 | 0 | 2 | 3 | 0 | 21 |
CDC Cluster of Concern (0.5%) | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 |
Only by Phylogenetic Methods | 0 | 0 | 0 | 1 | 1 | 0 | 3 | 0 | 0 | 2 | 0 | 2 | 2 | 2 | 0 | 0 | 0 | 3 | 16 |
Notes: Green cells are those that differ between the statewide datasets and the Immunology Center subsets.
3.3. Reports and Case Management
After dataset integration, individual and population reports were automatically generated and served as a basis for monthly case management discussions of the academic and public health teams. Figure 1 illustrates a summary report of monthly new sequences in a single table that displays integration of sequence, clinical, and public health data to guide case management. This initial report includes specific methods used, as well as information on the nine new sequences available that month. Of these nine, three fit the index case definition and of these, two were members of a phylogenetic cluster, and one was a distance-only cluster.
Next, individual phylogenetic clusters of all new index cases who cluster are discussed and determinations regarding interventions are considered. Figure 2 shows an example of a specific growing cluster in the latest dataset, for which clustering differed between phylogenetic and distance-only methods. A cluster from the 12th dataset, which included index cases D, E, and F from datasets 12, 9, and 7, respectively, grows to a larger cluster in the 18th dataset by the addition of new index case A. This phylogenetic cluster, with 100% bootstrap support, now also includes cases B, C, and G. This cluster is identified by all phylogenetic methods but not by the distance-only method, since cases A, B, C, and G all have pairwise distances in HIV-TRACE that are above the 1.5% distance thresholds. Had it clustered by HIV-TRACE at the 0.5% distance threshold, the cluster would have met the criteria for a “cluster of concern” and would have been reportable to the CDC. In its current state, this cluster, which might indicate rapid growth and some public health concern, was identified by the pipeline and discussed in the case management meeting.
Population-level summary statistics allowing longitudinal overview of the RI epidemic demonstrated that 1176 (48%) of the 2440 individuals in the 18th statewide dataset were in molecular HIV clusters and seven individuals were in CDC clusters of concern.
Lastly, the pipeline generates a visual summary of the evolving HIV molecular cluster membership in RI across monthly reporting (Figure 3; in the actual reports the X axis denotes exact diagnosis dates). Each horizontal line represents a cluster throughout its lifespan and dots represent individual members by their HIV-1 diagnosis date. Red dots represent current index cases that were individually discussed in the 18th (most recent) case management meeting. Blue dots represent index cases from prior months, allowing for visual exploration of cluster growth. Clusters containing both red and blue dots are of special concern since they may indicate active cluster growth, informing discussions and the urgency of public health intervention.
4. Discussion
The integration of phylogenetic analysis into a routine public health response to HIV is a complex, multi-step, and multi-disciplinary process. By assembling a diverse team of experts in public health, contact tracing, clinical care, infectious diseases, database management, sequence analysis, phylogenetics, statistics, and laboratory testing, we have developed and implemented an automated bioinformatics pipeline to analyze statewide HIV-1 sequence data prospectively and routinely. This process informs case management, guides public health interventions, and allows for prospective evaluation of the benefits of phylogenetic information in the design of public health interventions to disrupt HIV transmission in near-real-time.
Despite substantial recent progress in generating genomic data that informs clinical care, the timely and effective integration of heterogeneous data sources, such as genomic and clinical data, for use by health organizations remains a significant challenge [24]. Such data usually exist in separate databases and systems, managed by different agencies or organizations. A recent criticism has called for modernizing public health data and surveillance systems in the U.S. and facilitating better data sharing between health care organizations and public health agencies [25]. The pipeline we developed to integrate molecular epidemiology and traditional public health praxis in near-real-time is a small step towards the goal of using integrated heterogeneous data sources to improve health outcomes. An important prerequisite of this achievement is our cross-disciplinary team’s extensive efforts to aggregate and integrate RI data from clinical, sequence, and public health databases. Through our collaboration, we identified the relevant datasets and developed methods to enable their anonymous integration across systems. This process, which links wet laboratory, bioinformatics, analytical, and public health data, is essential to enable a statewide dataset that can be optimally used to disrupt HIV transmission.
Automation is essential for ensuring that analysis results are consistently prepared to meet the rapid pace of routine public health case management in accordance with end-the-HIV-epidemic concepts. Therefore, significant engineering efforts have gone into the development of the pipeline, which we have released as an open-source package for other public health teams to use and learn from. Our pipeline incorporates four features that, to our knowledge, are not available in previous approaches to automating HIV cluster analysis. First, we incorporated a flagging step prior to analysis to explore sequence quality. Second, we implemented multiple clustering methods, both phylogenetic and distance-only [13]. Third, we identified clustered individuals using an ensemble of these methods [9]. Fourth, we summarized clustering results using simple visual representations designed to facilitate routine real-time case management discussions with public health officials.
Other studies have investigated specific outbreaks in which cluster information was provided to public health officials. Examples include the 2015 outbreak of transmitted HIV drug resistance in British Columbia, Canada [8]; a 2015 HIV outbreak in Indiana, USA, linked to intravenous drug use that was investigated by the state health department and the CDC, where phylogenetic analysis guided contact tracing to identify 536 contacts among an initial cluster of 11 new HIV cases [26]; and a 2015–2016 CDC-led cluster analysis using distance-only methods that identified a growing cluster of new cases in Texas, USA, revealing a larger putative transmission network [27]. In contrast, the automated pipeline presented here allows such investigations to be performed and discussed routinely and in near-real-time. As clustering analyses become more widely used for HIV prevention, the usability and replicability of analytic methods and software will be increasingly important. Though traditionally distance-only methods are less computationally intensive and easier to use than phylogenetic methods, access to tools such as our automated pipeline might help lower the learning curve and remove obstacles to phylogenetic analysis, while also facilitating replicability.
In the comparison of clustering methods incorporated into the pipeline based on our prior work [13], we found that the ensemble of five commonly used phylogenetic methods identified 76% more clustered cases than the distance-only method alone. No clusters were identified solely by the distance-only method and phylogenetic methods alone were sufficient to identify all 37 new HIV cases selected for case management discussion. Based on these findings, it is reasonable to speculate that phylogenetic inference may be more beneficial than distance-based inference; however, caution should be advised in making such deductions, specific goals should be considered, and the benefits of each approach should be evaluated. Determining the public health benefits of identifying more clusters is a current need that we and others are actively addressing [9].
Since there is a single large clinic in the RI (the Immunology Center), we were able to study the difference in cluster identification between a clinic-based subset (which is simpler to assemble) versus a statewide dataset. The lack of major differences suggests that good sampling, approximately 80% in our case, of the state’s people living with HIV may provide sufficient data for overall cluster analysis. However, even in the small state of RI, of the additional 124 cases in the statewide dataset, 62 (50%) were part of clusters not observed in the Immunology Center subset. Although the size of RI may be a limitation in terms of assessing scalability of such findings, having a high, even if not full, statewide sequence sampling density is likely beneficial. How robust these findings are for larger jurisdictions and the eventual benefit of this improved cluster identification for public health remains to be seen [7]. Moreover, clustering is not always consistent and not all clusters are equal, as we recently reported [28]. Sequence addition can also result in reduction of clusters (e.g., dataset 14 where an additional cluster was detected in the Immunology Center subset relative to the statewide dataset), justifying careful interpretation and the need for longitudinal accumulation and analyses of cluster data.
Several potential limitations of our work and their implications should be noted. First, while the approach presented here works in the small state of RI, there may be logistical and scaling challenges with more sequences and longer analysis runtimes in a larger state or country. The availability of compute cores is less of an obstacle than the scalability of the phylogenetic algorithms themselves, as our analysis used only 0.5% of the capacity of the local compute cluster in RI, and national scientific computing centers have orders of magnitude greater compute capacity. Future work should investigate phylogenetic methods that reduce analysis time by, for example, using tools with less computation time (e.g., FastTree) or updating an existing phylogeny with new sequences instead of recalculating a new phylogeny. Related research on estimating “mega-phylogenies” for broadly sampled taxa and genes in evolutionary biology studies may hold insights for scaling HIV-1 phylogenies [29]. Second, as a small state, RI has been able to initiate contact tracing with every index case, which may not be feasible in larger jurisdictions where prioritization is essential [30]. The pipeline we have developed could help such prioritization policies and should be evaluated in such settings. Third, our data are only for new cases diagnosed within RI, even though infection may have occurred in another state or the individual may have moved out-of-state after diagnosis. Cluster analysis of out-of-state data might help improve the coordination of public health responses across jurisdictions. Fourth, the pipeline is currently designed for HIV-1 pol Sanger sequences obtained through routine clinical care. Enhancing the pipeline with “deeper” sequence data available through next-generation sequencing (NGS) technologies and exploring if and how the additional resolution of within-patient viral diversity improves cluster inference should be investigated [31]. Lastly, as in all studies of molecular HIV clusters, the true transmission networks among HIV cases are unknown, and in this regard, the limitations of this pipeline in evaluating which clustering method is best at recovering information from the true network should be recognized.
5. Conclusions
In an academic-public health partnership, to evaluate the incorporation of HIV molecular epidemiology into routine public health response, we have developed an open-source bioinformatics pipeline, overcoming challenges with data integration and management, computational scalability, analysis methodology, automation, and reporting. Applying this pipeline to 18 successive monthly datasets with newly diagnosed HIV cases informed routine case management in near-real-time and enabled realistic population- and individual-based representation of the statewide epidemic and its growth. Our multi-disciplinary approach facilitated evidence-based discussions and case management to disrupt HIV transmission in RI. Results from the pipeline have enabled an ongoing prospective study to evaluate the benefits of molecular epidemiology for planning public health responses to the ongoing and ever-challenging HIV epidemic [9], a priority of the U.S. Department of Health and Human Services [1].
Acknowledgments
This work was supported by computational resources and services at the Center for Computation and Visualization, Brown University. We greatly acknowledge all the support and input from Nicole Alexander-Scott, without whom this work could not have been feasible.
Author Contributions
R.K. conceived the study. F.S.G., M.H., K.H., A.C., L.B. and M.M. performed data integration and management. M.H., V.N. and C.W.D. performed phylogenetic and molecular clustering analyses. M.H. implemented the automated bioinformatics pipeline and reports. M.H. and R.K. drafted the manuscript. J.F. and R.K. developed the ethics platform. J.A.S. and J.W.H. designed the ongoing prospective evaluation. T.B., R.K., J.W.H., J.A.S. and J.F. developed the protocol for public health response based on phylogenetic and molecular clustering analyses. T.B. managed the public health response. All authors participated in case management meetings. All authors have read and agreed to the published version of the manuscript.
Institutional Review Board Statement
The study was approved by the Institutional Review Board at The Miriam Hospital, Providence, RI; and the Rhode Island Department of Health.
Informed Consent Statement
Patient consent was waived due to REASON.
Data Availability Statement
Data collected for this study contains Protected Health Information (PHI), accessed by agreement between Lifespan and the Rhode Island Department of Health, and cannot be made publicly available. Please contact Rami Kantor (rkantor@brown.edu) for data-related inquiries. The data dictionary and bioinformatics methods are available from https://github.com/kantorlab/hiv-real-time-phylogeny (accessed on 12 March 2023).
Conflicts of Interest
M.H. is currently Sr. Data Scientist at Amazon.com, Inc., but conducted this research prior to starting that role.
Funding Statement
National Institute of Allergy and Infectious Diseases at the National Institutes of Health [grant numbers R01 AI136058, K24 AI134359, P30 AI042853].
Footnotes
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.
References
- 1.Fauci A.S., Redfield R.R., Sigounas G. Ending the HIV epidemic: A plan for the United States. JAMA. 2019;321:844–845. doi: 10.1001/jama.2019.1343. [DOI] [PubMed] [Google Scholar]
- 2.Castro-Nallar E., Pérez-Losada M., Burton G.F., Crandall K.A. The evolution of HIV: Inferences using phylogenetics. Mol. Phylogenet. Evol. 2012;62:777–792. doi: 10.1016/j.ympev.2011.11.019. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 3.Adler M.W., Johnson A.M. Contact tracing for HIV infection. Br. Med. J. 1988;296:1420–1421. doi: 10.1136/bmj.296.6634.1420. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 4.Smith D.M., May S., Tweeten S., Drumright L., Pacold M.E., Pond S.L., Pesano R.L., Lie Y.S., Richman D.D., Frost S.D., et al. A public health model for the molecular surveillance of HIV transmission in San Diego, California. AIDS. 2009;23:225–232. doi: 10.1097/QAD.0b013e32831d2a81. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 5.Kantor R., Fulton J.P., Steingrimsson J., Novitsky V., Howison M., Gillani F., Li Y., Manne A., Parillo Z., Spence M., et al. Challenges in evaluating the use of viral sequence data to identify HIV transmission networks for public health. Stat. Commun. Infect. Dis. 2020;12:20190019. doi: 10.1515/scid-2019-0019. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 6.Hassan A.S., Pybus O.G., Sanders E.J., Albert J., Esbjörnsson J. Defining HIV-1 transmission clusters based on sequence data. AIDS. 2017;31:1211–1222. doi: 10.1097/QAD.0000000000001470. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 7.Wertheim J.O., Chato C., Poon A.F.Y. Comparative analysis of HIV sequences in real time for public health. Curr. Opin. HIV AIDS. 2019;14:213–220. doi: 10.1097/COH.0000000000000539. [DOI] [PubMed] [Google Scholar]
- 8.Poon A.F., Gustafson R., Daly P., Zerr L., Demlow S.E., Wong J., Woods C.K., Hogg R.S., Krajden M., Moore D., et al. Near real-time monitoring of HIV transmission hotspots from routine HIV genotyping: An implementation case study. Lancet HIV. 2016;3:e231–e238. doi: 10.1016/S2352-3018(16)00046-1. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 9.Steingrimsson J.A., Fulton J., Howison M., Novitsky V., Gillani F.S., Bertrand T., Civitarese A., Howe K., Ronquillo G., Lafazia B., et al. Beyond HIV outbreaks: Protocol, rationale and implementation of a prospective study quantifying the benefit of incorporating viral sequence clustering analysis into routine public health interventions. BMJ Open. 2022;12:e060184. doi: 10.1136/bmjopen-2021-060184. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 10.DeLong A.K., Wu M., Bennett D., Parkin N., Wu Z., Hogan J.W., Kantor R. Sequence quality analysis tool for HIV type 1 protease and reverse transcriptase. AIDS Res. Hum. Retrovir. 2012;28:894–901. doi: 10.1089/aid.2011.0120. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 11.Liu T.F., Shafer R.W. Web Resources for HIV type 1 Genotypic-Resistance Test Interpretation. Clin. Infect. Dis. 2006;42:1608–1618. doi: 10.1086/503914. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 12.Katoh K., Standley D.M. MAFFT Multiple Sequence Alignment Software Version 7: Improvements in Performance and Usability. Mol. Biol. Evol. 2013;30:772–780. doi: 10.1093/molbev/mst010. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 13.Novitsky V., Steingrimsson J.A., Howison M., Gillani F.S., Li Y., Manne A., Fulton J., Spence M., Parillo Z., Marak T., et al. Empirical comparison of analytical approaches for identifying molecular HIV-1 clusters. Sci. Rep. 2020;10:18547. doi: 10.1038/s41598-020-75560-1. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 14.Stamatakis A. RAxML Version 8: A tool for Phylogenetic Analysis and Post-Analysis of Large Phylogenies. Bioinformatics. 2014;30:1312–1313. doi: 10.1093/bioinformatics/btu033. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 15.Minh B.Q., Schmidt H.A., Chernomor O., Schrempf D., Woodhams M.D., Von Haeseler A., Lanfear R. IQ-TREE 2: New Models and Efficient Methods for Phylogenetic Inference in the Genomic Era. Mol. Biol. Evol. 2020;37:1530–1534. doi: 10.1093/molbev/msaa015. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 16.Price M.N., Dehal P.S., Arkin A.P. FastTree 2–Approximately Maximum-Likelihood Trees for Large Alignments. PLoS ONE. 2010;5:e9490. doi: 10.1371/journal.pone.0009490. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 17.Kumar S., Stecher G., Li M., Knyaz C., Tamura K. MEGA X: Molecular Evolutionary Genetics Analysis across Computing Platforms. Mol. Biol. Evol. 2018;35:1547–1549. doi: 10.1093/molbev/msy096. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 18.Ragonnet-Cronin M., Hodcroft E., Hué S., Fearnhill E., Delpech V., Brown A.J., Lycett S. Automated analysis of phylogenetic clusters. BMC Bioinform. 2013;14:317. doi: 10.1186/1471-2105-14-317. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 19.Kosakovsky Pond S.L., Weaver S., Leigh Brown A.J., Wertheim J.O. HIV-TRACE (TRAnsmission Cluster Engine): A Tool for Large Scale Molecular Epidemiology of HIV-1 and Other Rapidly Evolving Pathogens. Mol. Biol. Evol. 2018;35:1812–1819. doi: 10.1093/molbev/msy016. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 20.Oster A.M., France A.M., Panneer N., Bañez Ocfemia M.C., Campbell E., Dasgupta S., Switzer W.M., Wertheim J.O., Hernandez A.L. Identifying Clusters of Recent and Rapid HIV Transmission Through Analysis of Molecular Surveillance Data. JAIDS. 2018;79:543–550. doi: 10.1097/QAI.0000000000001856. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 21.Centers for Disease Control and Prevention Detecting and Responding to HIV Transmission Clusters: A Guide for Health Departments. [(accessed on 30 June 2022)];2018 Available online: https://www.cdc.gov/hiv/pdf/funding/announcements/ps18-1802/CDC-HIV-PS18-1802-AttachmentE-Detecting-Investigating-and-Responding-to-HIV-Transmission-Clusters.pdf.
- 22.Yu G., Smith D., Zhu H., Guan Y., Lam T.T.-Y. ggtree: An R package for visualization and annotation of phylogenetic trees with their covariates and other associated data. Methods Ecol. Evol. 2017;8:28–36. doi: 10.1111/2041-210X.12628. [DOI] [Google Scholar]
- 23.Wang L.G., Lam T.T., Xu S., Dai Z., Zhou L., Feng T., Guo P., Dunn C.W., Jones B.R., Bradley T., et al. treeio: An R package for phylogenetic tree input and output with richly annotated and associated data. Mol. Biol. Evol. 2020;37:599–603. doi: 10.1093/molbev/msz240. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 24.Bouamrane M.M., Tao C., Sarkar I.N. Managing interoperability and complexity in health systems. Methods Inf. Med. 2015;54:1–4. doi: 10.3414/ME15-10-0001. [DOI] [PubMed] [Google Scholar]
- 25.Hamburg M.A., Cohen M., DeSalvo K., Gerberding J., Khaldun J., Lakey D., MacKenzie E., Palacio H., Shah N.R. Building a National Public Health System in the United States. N. Engl. J. Med. 2022;387:385–388. doi: 10.1056/NEJMp2207374. [DOI] [PubMed] [Google Scholar]
- 26.Peters P.J., Pontones P., Hoover K.W., Patel M.R., Galang R.R., Shields J., Blosser S.J., Spiller M.W., Combs B., Switzer W.M., et al. HIV Infection Linked to Injection Use of Oxymorphone in Indiana, 2014-2015. N. Engl. J. Med. 2016;375:229–239. doi: 10.1056/NEJMoa1515195. [DOI] [PubMed] [Google Scholar]
- 27.Monterosso A., Minnerly S., Goings S., Morris A., France A.M., Dasgupta S., Oster A.M., Fanning M. Identifying and investigating a rapidly growing HIV transmission cluster in Texas [CROI Abstract 845LB] Top. Antivir. Med. 2017;25:1359s. [Google Scholar]
- 28.Novitsky V., Steingrimsson J., Howison M., Dunn C.W., Gillani F.S., Fulton J., Bertrand T., Howe K., Bhattarai L., Ronquillo G., et al. Not all clusters are equal: Dynamics of molecular HIV-1 clusters in a statewide Rhode Island epidemic. AIDS. 2023;37:389–399. doi: 10.1097/QAD.0000000000003426. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 29.Smith S.A., Beaulieu J.M., Donoghue M.J. Mega-phylogeny approach for comparative biology: An alternative to supertree and supermatrix approaches. BMC Evol. Biol. 2009;9:37. doi: 10.1186/1471-2148-9-37. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 30.Wertheim J.O., Murrell B., Mehta S.R., Forgione L.A., Kosakovsky Pond S.L., Smith D.M., Torian L.V. Growth of HIV-1 Molecular Transmission Clusters in New York City. J. Infect. Dis. 2018;218:1943–1953. doi: 10.1093/infdis/jiy431. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 31.Guang A., Howison M., Ledingham L., D’Antuono M., Chan P.A., Lawrence C., Dunn C.W., Kantor R. Incorporating Within-Host Diversity in Phylogenetic Analyses for Detecting Clusters of New HIV Diagnoses. Front. Microbiol. 2022;12:803190. doi: 10.3389/fmicb.2021.803190. [DOI] [PMC free article] [PubMed] [Google Scholar]
Associated Data
This section collects any data citations, data availability statements, or supplementary materials included in this article.
Data Availability Statement
Data collected for this study contains Protected Health Information (PHI), accessed by agreement between Lifespan and the Rhode Island Department of Health, and cannot be made publicly available. Please contact Rami Kantor (rkantor@brown.edu) for data-related inquiries. The data dictionary and bioinformatics methods are available from https://github.com/kantorlab/hiv-real-time-phylogeny (accessed on 12 March 2023).