Skip to main content

DR_SEQAN: a PC/Windows-based software to evaluate drug resistance using human immunodeficiency virus type 1 genotypes

Abstract

Background

Genotypic assays based on DNA sequencing of part or the whole reverse transcriptase (RT)- and protease (PR)-coding regions of the human immunodeficiency virus type 1 (HIV-1) genome have become part of the routine clinical management of HIV-infected individuals. However, the results are difficult to interpret due to complex interactions between mutations found in viral genes.

Results

DR_SEQAN is a tool to analyze RT and PR sequences. The program output includes a list containing all of the amino acid changes found in the query sequence in comparison with the sequence of a wild-type HIV-1 strain. Translation of codons containing nucleotide mixtures can result in potential ambiguities or heterogeneities in the amino acid sequence. The program identifies all possible combinations of 2 or 3 amino acids that derive from translation of triplets containing nucleotide mixtures. In addition, when ambiguities affect codons relevant for drug resistance, DR_SEQAN allows the user to select the appropriate mutation to be considered by the program's drug resistance interpretation algorithm. Resistance is predicted using a rule-based algorithm, whose efficiency and accuracy has been tested with a large set of drug susceptibility data. Drug resistance predictions given by DR_SEQAN were consistent with phenotypic data and coherent with predictions provided by other publicly available algorithms. In addition, the program output provides two tables showing published drug susceptibility data and references for mutations and combinations of mutations found in the analyzed sequence. These data are retrieved from an integrated relational database, implemented in Microsoft Access, which includes two sets of non-redundant core tables (one for combinations of mutations in the PR and the other for combinations in the RT).

Conclusion

DR_SEQAN is an easy to use off-line application that provides expert advice on HIV genotypic resistance interpretation. It is coded in Visual Basic for use in PC/Windows-based platforms. The program is freely available under the General Public License. The program (including the integrated database), documentation and a sample sequence can be downloaded from http://www2.cbm.uam.es:8080/lmenendez/DR_SEQAN.zip

Peer Review reports

Background

According to recent reports of the World Health Organization, there are more than 40 million people infected with the human immunodeficiency virus (HIV) around the world [1]. Sixty-five percent of them live in sub-Saharan Africa. In Western Europe, an estimated 720,000 people are living with HIV, and in the United States this figure goes up to 1,200,000. Since the introduction in the mid-90s of highly active antiretroviral therapies, mortality due to HIV infection has decreased in those countries where the population has access to antiretroviral treatments. However, even in developed countries the number of infected people is increasing.

At present, there are around 20 compounds approved for clinical use against HIV. These drugs are usually either inhibitors of the viral reverse transcriptase (RT), or inhibitors of the viral protease (PR), although a novel peptide (known as enfuvirtide) which blocks viral entry by interfering with the process involving fusion of the viral envelope and the host cell membrane has been recently licensed [2]. Despite the introduction of potent antiretroviral therapies, drug resistance is still a major hurdle to achieve complete suppression of viral replication in many patients, and compromises the long-term efficacy of antiretroviral regimens.

Since the introduction of antiretroviral therapy with RT and/or PR inhibitors, evidence of drug resistance has been observed and mutations conferring drug resistance have been identified [3, 4]. Since the number of approved antiretroviral drugs has been steadily increasing, the need for optimizing the treatment based on genotypic information is becoming more evident. Antiretroviral drug resistance testing has become part of the routine clinical management of HIV-infected individuals in developed countries. Genotypic assays based on DNA sequencing of the HIV-1 pol gene (including part of the RT-coding region and the whole PR) are frequently done to help physicians choose antiretroviral drugs by identifying drug resistance mutations in the plasma virus of infected patients. These assays have a faster turnaround time, are easier to perform and are less expensive than phenotypic assays (for reviews, see [5, 6]). Nevertheless, a major difficulty with resistance genotyping is the interpretation of results.

A large number of genotypic resistance interpretation tools have been developed in recent years and are available by different means [7, 8]. These include lists of mutations relevant for drug resistance, rule-based algorithms, and mathematical models based on correlations found in databases containing genotypes and drug susceptibility data [4, 915]. Although approaches based on mathematical models such as the support vector machine algorithm [11] or the linear regression model [10] provide objective quantitative assessments of drug resistance, rule-based algorithms are more efficient when estimating the effects of mutations underrepresented in the genotype-phenotype data sets used by those programs. In addition, sometimes there is a lack of consistency between clinical response and phenotypic data that can be corrected only by specific rules. Despite the large number of studies focusing on the role of mutations in drug resistance, there are many questions unanswered on the contribution of amino acid substitutions in the viral resistance phenotype and its clinical implications.

In this scenario, DR_SEQAN (Drug Resistance SEQuence ANalyzer) has been developed to identify those mutations in the PR- and RT-coding regions of the HIV-1 genome that lead to amino acid substitutions (i.e. non-synonymous mutations), which are subsequently classified as relevant or non-relevant for drug resistance. An interpretation algorithm is used to predict viral drug susceptibility. In addition, the program provides a report with published phenotypic data for mutations or combinations of mutations found in the query sequence.

Implementation

The source code of DR_SEQAN has been written in Visual Basic 6.0 (Microsoft) (source code available on request), and developed for a PC/Windows environment.

Sequence data

HIV drug resistance tests involve the determination of the viral genotype. For this purpose, viral RNA is extracted from plasma and the RT- and PR-coding regions are amplified by using a nested reverse-transcription polymerase chain reaction (RT-PCR). RT-PCR products are then subjected to automatic sequencing. Data input for DR_SEQAN is the obtained proviral DNA sequence. Sequence data can be introduced either as a text file (without headings or in FASTA format), or as a list of mutations. The query sequence can be uploaded from a file (i.e. FILE.TXT), or pasted in the appropriate window.

When the program is executed, the coding nucleotide sequence is automatically translated. The obtained amino acid sequences are then compared with the PR and RT sequences of the reference wild-type strain HIV-1HXB2 [GenBank:K03455], using BLAST [16]. The obtained alignment is used to identify amino acid differences between the query and reference sequences. For the program to run, the analyzed sequence must be at least 260 nucleotides long. Although DR_SEQAN accepts partial nucleotide sequences, they should contain one of the conserved motifs ('DTGAD' or 'GPTP') of the PR [17] to allow PR sequence analysis.

It should be noted that conventional population-based sequence approaches allow the characterization of the dominant viral species, but do not reliably detect variants that comprise less than 20 % of the total virus population. However, the presence of resistant minorities can lead to sequence heterogeneities that often result in unidentifiable residues. The program accepts mixtures of 2, 3 or 4 nucleotides in any position of the query sequence when the appropriate single-letter codes are used: B for (for the mixture of C, G and T), D (for A + G + T), H (for A + C + T), K (for G + T), M (for A + C), N (for A + C + G + T), R (for A + G), S (for C + G), V (for A + C + G), W (for A + T), and Y (for C + T). DR_SEQAN keeps to a minimum the number of unidentified residues (typically represented with an 'X'), by assuming all cases where mixtures of 2, 3 or 4 nucleotides do not result in an ambiguous amino acid sequence determination (i.e. the triplet GGN is translated as G). In addition, it provides information on any potential combination of 2 or 3 amino acids that could be derived from codons containing nucleotide mixtures (i.e. TTM is translated as [F/L], BTC as [F/L/V], etc.).

Prediction algorithm

Sequence alignments allow the identification of amino acid differences between the query sequence and the sequence of the wild-type HIV-1 clone used as a reference. Then, DR_SEQAN makes a drug resistance prediction using a rule-based algorithm based on current evidence and authors' expertise. The rules used for the genotypic interpretation are based on correlations between the effects of mutations and/or combinations of mutations in drug resistance as observed in vitro or in the clinical setting [15]. The rules used by DR_SEQAN version 1.0 are given as supplementary information [see Additional file 1], but are also accessible through the help command of the program.

It should be noted that only certain residues could be relevant for resistance when nucleotide mixtures appear in the sequence. For example, at position 215 of the RT-coding region, the substitutions T215F and T215Y contribute to zidovudine resistance, but T215D or T215S have no impact on drug susceptibility [3, 4]. In this case, the significance of T215X could be uncertain. However, when this uncertainty occurs at codons related to drug resistance, the program displays a window where the sequence ambiguities (derived amino acid mixtures) are shown together with the actual codon found in the sequence. A series of buttons allow the user to select for the wild-type or the appropriate mutation to be considered by the prediction algorithms. If no selection is made, the prediction algorithm assumes that the mutation found at the corresponding position would be the one having the largest effect on drug resistance.

Phenotypic data

The impact on phenotypic resistance of mutations found in the query sequence is retrieved from an integrated relational database (implemented in Microsoft Access), which includes 2 sets of non-redundant core tables (one for the PR and the other one for the RT). These tables contain information on phenotypic drug susceptibility (fold-increase of the IC50 relative to the wild-type reference virus) as well as references for each drug and combination of amino acid substitutions. The database contains 6,835 entries, with drug susceptibility data for all 19 licensed compounds, collected from 263 published papers [15].

Results and discussion

The interpretation of genotypic drug resistance tests is difficult due to the complex mutational patterns that appear in HIV isolates from infected patients, particularly those that have been heavily-treated. Mutational pattern complexity increases as more new drugs become part of the antiretroviral treatments. Available genotypic interpretation algorithms range from sophisticated machine learning-based methods to look-up tables [7, 8]. However, algorithms need to be updated frequently, and any additional information on the effects of specific mutations on drug resistance should be helpful to make a decision on treatment.

The output generated by DR_SEQAN (Figure 1) consists of three parts: (i) a list of amino acid substitutions in the PR- and RT-coding regions, indicating those changes related to drug resistance; (ii) a prediction of the expected level of resistance to all available antiretroviral drugs, as determined using a rule-based algorithm; and (iii), a chart with published drug susceptibility data for each mutation or combination of mutations found in the query sequence, where the relative increases of the IC50s for each inhibitor are given.

Figure 1
figure 1

DR_SEQAN output window. (A) List of mutations found in the PR- and RT-coding regions. (B) Predicted resistance as determined with the program's algorithm (red, high-level; orange, significant level; yellow, partial resistance; green, drug-sensitive). (C) Drug susceptibility data reported in the literature for different combinations of mutations found in the query sequence. (D) References and IC50 values reported for the indicated inhibitor and combination of mutations (this window appears by double clicking on the corresponding cell).

The program makes a drug resistance prediction using a rule-based algorithm [see Additional file 1]. Results, representing high-level, significant or partial resistance to each inhibitor are indicated in red, orange or yellow, respectively (Figure 1). Green is used to indicate that the virus is expected to remain susceptible to the drug. When either the PR or the RT sequence is missing, resistance to the corresponding inhibitors cannot be predicted, and the lack of information is represented in white.

DR_SEQAN's interpretation algorithm is an updated version of an earlier set of rules that showed good performance when tested on clinical samples [18]. Now, we have compared the predictions given by DR_SEQAN with those obtained using four HIV-1 genotypic resistance interpretation algorithms, available from Virology Networks (Retrogram version 1.6) [19], the French Agency for AIDS Research (ANRS algorithm, version 9/04) [20, 21], the Stanford University HIV Drug Resistance Database (HIVDB version 3/05) [11, 22], and the Rega Institute (RegaInst version 6.2) [9]. These algorithms use a three- or four-level category classification of predicted resistance, with interpretations such as 'high-level resistance', 'intermediate resistant', 'possible resistance', or 'recommended drug to be used for treatment', among others. Equivalencies between the recommendations given by the algorithms are shown in Table 1.

Table 1 Consensus categories and their significance according to the algorithms used in the comparison.

There are some relevant differences between the algorithm of DR_SEQAN and the others. First, DR_SEQAN provides a drug resistance interpretation for each of the 19 RT and PR inhibitors licensed for treatment of HIV infection, while providing updated phenotypic data collected from the literature. Second, there are differences in DR_SEQAN's algorithm that affect amino acid substitutions that are not considered by the others. For example, Retrogram does not take into account several mutations that could be relevant for drug resistance, such as R8Q, K20T, L33F, E34Q, M36L, G48M, I54A, I54S, Q58E, A71I, and G73A/C/S in the PR-coding region. Third, DR_SEQAN warns on the presence and number of antagonistic mutations, assuming their consequences for zidovudine (AZT), tenofovir, delavirdine and amprenavir resistance. The rules used by other algorithms (i.e. Retrogram, ANRS or RegaInst) do not take into account the effects of antagonistic mutations, or make a limited used of them (i.e. HIVDB assumes only the suppressive effects of K65R, L74V, L100I, Y181C and M184I/V on AZT resistance, and M184V on tenofovir resistance mediated by K65R). However, DR_SEQAN assumes the effects of mutations such as W88G, E89K or E89G that confer resistance to foscarnet while increasing AZT susceptibility, or K20T whose antagonist effect on amprenavir resistance has been demonstrated [14, 15]. Another relevant feature of DR_SEQAN is that its output shows those positions involved in drug resistance, whose sequence has not been provided.

The prediction accuracy of the algorithms was tested using the Genotype-Phenotype Dataset, version 2.0 (release on Nov 1, 2004), available from the Stanford database [21]. This data set contains drug susceptibility data obtained with the PhenoSense™ assay, available from Monogram Biosciences Inc. (formerly Virologic) [22]. After excluding the data of those RTs whose mutation lists were not complete, and the data of PR sequences having poorly defined amino acid substitutions (i.e. entries 54307 to 54356), we obtained new data sets with phenotypic information for 191 combinations of amino acid changes in the RT and 571 in the PR. For each isolate, the available phenotypic data include a list of values representing the fold-increase of the IC50 for one or more antiretroviral drugs, obtained in comparison with a wild-type HIV clone.

Since the significance of each category might be different depending on the algorithm, we decided to compare the predictions by testing their ability to discriminate between susceptible and non-susceptible isolates. For most drugs, predictions given by DR_SEQAN were roughly similar to those obtained with other algorithms (Table 2). DR_SEQAN showed higher accuracy in the prediction of susceptibility to RT inhibitors, with figures above 75 % for all RT inhibitors, except stavudine. In contrast, our program was somewhat less efficient in the detection of isolates sensitive to several PR inhibitors, due to the conservative rules of the algorithm that often predicts partial resistance with only two secondary mutations. However, the percentage of drug-resistant isolates predicted to be susceptible to PR and nonnucleoside RT inhibitors was very low (estimated within the 4.6 – 16.3 % range) (Table 3). These type of errors were also relatively uncommon for nucleoside RT inhibitors (<20 %). The higher percentages obtained with various nucleoside RT inhibitors are a consequence of the lack of correlation between phenotypic data and clinical response observed with analogues whose resistance is mediated by the acquisition of significant ATP-dependent excision activity ([25], and references therein).

Table 2 Prediction accuracy of DR_SEQAN in comparison with other publicly available algorithms.
Table 3 Analysis of discrepancies between phenotypic data and the predictions obtained with different interpretation algorithms.a

The comparative analysis shows that DR_SEQAN provides coherent results with the other algorithms, while avoiding the large discrepancies between predictions and phenotypic data found with various drugs using other interpretation algorithms. Thus, discrepancies between the phenotypic data collected in the Stanford data set and the predictions given by DR_SEQAN occurred in only 16.3 % of the isolates predicted to be susceptible to lopinavir, while in the case of Retrogram, ANRS or RegaInst algorithms this figure increased up to >37 %, using a cut-off value of 1.7-fold (Table 3). Moreover, the higher accuracy of DR_SEQAN was also observed using a clinically relevant cut-off value of 10-fold. Reduced accuracies in lopinavir predictions could be attributed to inefficient rules that were established when the available information on lopinavir resistance was rather limited.

Other discrepancies between the predictions given by the different algorithms have been observed with zalcitabine, didanosine, stavudine and abacavir. For those RT inhibitors, the interpretation algorithms of DR_SEQAN and ANRS showed similar results, while displaying higher accuracy in the detection of isolates susceptible to nucleoside RT inhibitors (Table 2). In comparison with the other algorithms, thymidine analogue resistance mutations have a smaller impact on predictions carried out with DR_SEQAN or with the ANRS algorithm. However, mutational patterns conferring resistance to zalcitabine, didanosine, stavudine and abacavir are complex, and the contribution of thymidine analogue resistance mutations (M41L, D67N, K70R, L210W, T215F/Y, K219Q/E) is poorly-defined in vivo, particularly when other mutations such as L74V or M184V are present [4, 15].

Although phenotypic data and predictions obtained with different interpretation methods give consistent results, it should be noted that phenotypic data do not always correlate well with the clinical response in infected patients [8, 23, 26], and a validation of currently used genotypic interpretation methods using clinical parameters (i.e. viral load, CD4 counts, etc.) would be necessary to make a more realistic assessment of the efficiency of DR_SEQAN in comparison with the other algorithms.

Together with the resistance interpretation, DR_SEQAN provides information on the effects of mutations on drug susceptibility. Thus, for each antiretroviral drug and combination of amino acid substitutions, the program displays the fold-increase of the IC50 relative to the wild-type reference virus, as determined in phenotypic assays. This value, which represents an average fold-increase of the IC50 when two or more papers report on the same combination of mutations, is obtained from the associated database. As in the prediction, drug resistance levels are highlighted in red, orange, yellow or green (Figure 1). High-level or significant resistance implies a >50-fold- or a >15-fold-increase of the IC50 (indicated in red or orange, respectively), relative to the value obtained with a reference HIV clone. For partial resistance (yellow), the increase of the IC50 should be higher than a specific threshold defined for each inhibitor: 6-fold for nevirapine; 5-fold for delavirdine and efavirenz; 4-fold for zidovudine, zalcitabine, didanosine, lamivudine and emtricitabine; 3-fold for abacavir and atazanavir; 2.5-fold for stavudine, indinavir, nelfinavir, amprenavir and lopinavir; and 2-fold for tenofovir, saquinavir, ritonavir and tipranavir. When the phenotypic data reveal that a combination of mutations does not confer resistance, the corresponding values are shown in green. On the other hand, a purple background is used to indicate that the mutation leads to a virus with increased susceptibility to the drug. Since IC50 values reported in the literature have been obtained using different phenotypic assays, the cut-off values used in the report have been arbitrarily chosen, and are different from those used in Tables 2 and 3, which correspond with specific cut-off values determined for the PhenoSense™ assay [24]. In addition to the fold-increases of the IC50, the user can obtain a list of bibliographic entries with the reported IC50 values and their corresponding links to PubMed by double-clicking on the corresponding cell.

Conclusion

DR_SEQAN is an easy to use off-line application that provides expert advice on HIV genotypic resistance interpretation. As input data, the program uses HIV PR- and/or RT-coding sequences or a list of mutations. When the DNA sequence is provided, DR_SEQAN aligns the query sequence with a wild-type one, and identifies the mutations that are relevant for drug resistance. These mutations are used to run a genotypic interpretation algorithm that provides an estimate of the expected levels of resistance to all currently used antiretroviral drugs. The predictions given by DR_SEQAN are consistent with those provided by other algorithms and correlate well with phenotypic data. In addition, the program shows published phenotypic data for all possible combinations of mutations found in the query sequence. This information should be helpful to make an assessment on the robustness of the drug resistance prediction, based on available data collected from the literature.

Availability and requirements

The entire DR_SEQAN software (including the drug susceptibility database) and documentation will be freely available for the scientific community from http://www2.cbm.uam.es:8080/lmenendez/DR_SEQAN.zip. Periodic information on algorithm updates and/or new releases of the drug susceptibility database will be given in our lab's web page at http://www.cbm.csic.es or http://www.cbm.uam.es (see research on Immunology and Virology). Currently, DR_SEQAN is available for PCs running Windows operating systems.

References

  1. UNAIDS: AIDS Epidemic Update 2005. 2005, Geneve, Switzerland: UNAIDS

    Google Scholar 

  2. De Clercq E: New approaches toward anti-HIV chemotherapy. J Med Chem. 2005, 48: 1297-1313. 10.1021/jm040158k.

    Article  CAS  PubMed  Google Scholar 

  3. Menéndez-Arias L: Targeting HIV: antiretroviral therapy and development of drug resistance. Trends Pharmacol Sci. 2002, 23: 381-388. 10.1016/S0165-6147(02)02054-0.

    Article  PubMed  Google Scholar 

  4. Johnson VA, Brun-Vézinet F, Clotet B, Conway B, Kuritzkes DR, Pillay D, Schapiro J, Telenti A, Richman DD: Update of the drug resistance mutations in HIV-1: Fall 2005. Top HIV Med. 2005, 13: 125-131.

    PubMed  Google Scholar 

  5. Shafer RW: Genotypic testing for human immunodeficiency virus type 1 drug resistance. Clin Microbiol Rev. 2002, 15: 247-277. 10.1128/CMR.15.2.247-277.2002.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  6. Sebastian J, Faruki H: Update on HIV resistance and resistance testing. Med Res Rev. 2004, 24: 115-125. 10.1002/med.10057.

    Article  CAS  PubMed  Google Scholar 

  7. De Luca A, Antinori A, Di Giambenedetto S, Cingolani A, Colafigli M, Perno CF, Cauda R: Interpretation systems for genotypic drug resistance of HIV-1. Scand J Infect Dis Suppl. 2003, 35 (Suppl 106): 29-34. 10.1080/03008870310009623.

    Article  CAS  Google Scholar 

  8. Stürmer M, Doerr HW, Preiser W: Variety of interpretation systems for human immunodeficiency virus type 1 genotyping: Confirmatory information or additional confusion?. Curr Drug Targets Infect Disord. 2003, 3: 373-382. 10.2174/1568005033481006.

    Article  PubMed  Google Scholar 

  9. Van Laethem K, de Luca A, Antinori A, Cingolani A, Perno CF, Vandamme AM: A genotypic drug resistance interpretation algorithm that significantly predicts therapy response in HIV-infected patients. Antivir Ther. 2002, 7: 123-129.

    CAS  PubMed  Google Scholar 

  10. Wang K, Jenwitheesuk E, Samudrala R, Mittler JE: Simple linear model provides highly accurate genotypic predictions of HIV-1 drug resistance. Antivir Ther. 2004, 9: 343-352.

    CAS  PubMed  Google Scholar 

  11. Beerenwinkel N, Däumer M, Oette M, Korn K, Hoffmann D, Kaiser R, Lengauer T, Selbig J, Walter H: Geno2pheno: estimating phenotypic drug resistance from HIV-1 genotypes. Nucleic Acids Res. 2003, 31: 3850-3855. 10.1093/nar/gkg575.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  12. Rhee S-Y, Gonzales MJ, Kantor R, Betts BJ, Ravela J, Shafer RW: Human immunodeficiency virus reverse transcriptase and protease sequence database. Nucleic Acids Res. 2003, 31: 298-303. 10.1093/nar/gkg100.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  13. Dehertogh PAR, Hertogs K, Larder B, Wang D: Mutational profiles in HIV-1 reverse transcriptase correlated with phenotypic resistance. US Patent No US 2004/0073378 A1. 2004

    Google Scholar 

  14. Parikh UM, Clark SA, Calef C, Mellors JW: Mutations in retroviral genes associated with drug resistance. HIV Sequence Compendium 2003. Edited by: Leitner T, Foley B, Hahn B, Marx P, McCutchan F, Mellors J, Wolinsky S, Korber B. 2003, Los Alamos, NM, USA: Los Alamos National Laboratory, Theoretical Biology and Biophysics Group, 38-122.

    Google Scholar 

  15. Menéndez-Arias L: Sensitivity to reverse transcriptase and protease inhibitors of recombinant HIV clones harboring resistance mutations. In vitro studies. Guide to management of HIV drug resistance, antiretrovirals pharmacokinetics and viral hepatitis in HIV infected subjects. Edited by: Clotet B, Menéndez-Arias L, Schapiro J, Ruiz L, Kuritzkes D, Burger D, Tural C, Brun-Vézinet F, Loveday C, Boucher C, D'Aquila R, Richman D, Torriani F, Shafer R, de Luca A. 2005, Barcelona, Spain: Fundació de Lluita contra la SIDA, 137-292. 5

    Google Scholar 

  16. Altschul SF, Gish W, Miller W, Myers EW, Lipman DJ: Basic local alignment search tool. J Mol Biol. 1990, 215: 403-410. 10.1006/jmbi.1990.9999.

    Article  CAS  PubMed  Google Scholar 

  17. Shafer RW, Jung DR, Betts BJ: Human immunodeficiency virus type 1 reverse transcriptase and protease sequence engine for queries. Nat Med. 2000, 6: 1290-1292. 10.1038/81407.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  18. De Luca A, Cingolani A, Di Giambenedetto S, Trotta MP, Baldini F, Rizzo MG, Bertoli A, Liuzzi G, Narciso P, Murri R, Ammassari A, Perno CF, Antinori A: Variable prediction of antiretroviral treatment outcome by different systems for interpreting genotypic human immunodeficiency virus type 1 drug resistance. J Infect Dis. 2003, 187: 1934-1943. 10.1086/375355.

    Article  PubMed  Google Scholar 

  19. Retrogram™ Decision Support System. [http://www.retrogram.org]

  20. Rousseau MN, Vergne L, Montes B, Peeters M, Reynes J, Delaporte E, Segondy M: Patterns of resistance mutations to antiretroviral drugs in extensively treated HIV-1-infected patients with failure of highly active antiretroviral therapy. J Acquir Immune Defic Syndr. 2001, 26: 36-43.

    Article  CAS  PubMed  Google Scholar 

  21. Meynard JL, Vray M, Morand-Joubert L, Race E, Descamps D, Peytavin G, Matheron S, Lamotte C, Guiramand S, Costagliola D, Brun-Vézinet F, Clavel F, Girard P-M: Phenotypic or genotypic resistance testing for choosing antiretroviral therapy after treatment failure: a randomized trial. AIDS. 2002, 16: 727-736. 10.1097/00002030-200203290-00008.

    Article  PubMed  Google Scholar 

  22. Stanford University HIV Drug Resistance Database. [http://hivdb.stanford.edu]

  23. Petropoulos CJ, Parkin NT, Limoli KL, Lie YS, Wrin T, Huang W, Tian H, Smith D, Winslow GA, Capon DJ, Whitcomb JM: A novel phenotypic drug susceptibility assay for human immunodeficiency virus type 1. Antimicrob Agents Chemother. 2000, 44: 920-928. 10.1128/AAC.44.4.920-928.2000.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  24. Parkin NT, Hellmann NS, Whitcomb JM, Kiss L, Chappey C, Petropoulos CJ: Natural variation of drug susceptibility in wild-type human immunodeficiency virus type 1. Antimicrob Agents Chemother. 2004, 48: 437-443. 10.1128/AAC.48.2.437-443.2004.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  25. Menéndez-Arias L, Matamoros T, Deval J, Canard B: Molecular mechanisms of resistance to nucleoside analogue inhibitors of human immunodeficiency virus reverse transcriptase. Drug Design Rev. 2005, 2: 101-113. 10.2174/1567269053202705.

    Article  Google Scholar 

  26. Menéndez-Arias L, Martínez MA, Quiñones-Mateu ME, Martinez-Picado J: Fitness variations and their impact on the evolution of antiretroviral drug resistance. Curr Drug Targets Infect Disord. 2003, 3: 355-371. 10.2174/1568005033481033.

    Article  PubMed  Google Scholar 

Pre-publication history

Download references

Acknowledgements

We express our gratitude to J. Alcamí, L. Chamorro, J. Eiros, G. Gómez-Mariano, L. Guerra, B. Hernández, F. Parras, R. Polo and S. Sánchez-Palomino for their suggestions while preparing the program, and to M. Arnedo, B. Clotet, L. Cuevas, G. Contreras, R. Delgado, S. García, J. L. Gómez Sirvent, J. González, T. Guilá, R. Nájera, L. Pérez-Alvárez, M. J. Pérez-Elías, T. Puig, T. Pumarola and L. Ruiz for their collaboration providing sequences which have been used to test our program.

This work has been supported in part by the Fundación para la Investigación y Prevención del SIDA en España (FIPSE), through grants 36200/01 and 36460/05. An institutional grant of Fundación Ramón Areces to Centro de Biología Molecular "Severo Ochoa" is also acknowledged.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Luis Menéndez-Arias.

Additional information

Competing interests

The author(s) declare that they have no competing interests.

Authors' contributions

CG developed and implemented the tool, tested the efficiency of the prediction algorithm and revised the manuscript. LM-A supervised the project and wrote the manuscript.

Electronic supplementary material

12879_2005_308_MOESM1_ESM.pdf

Additional File 1: Genotypic interpretation algorithm (DR_SEQAN version 1.0). It contains the specific sets of rules used by the software to predict resistance to antiretroviral drugs. (PDF 71 KB)

Authors’ original submitted files for images

Below are the links to the authors’ original submitted files for images.

Authors’ original file for figure 1

Rights and permissions

Open Access This article is published under license to BioMed Central Ltd. This is an Open Access article is distributed under the terms of the Creative Commons Attribution License ( https://creativecommons.org/licenses/by/2.0 ), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Cite this article

Garriga, C., Menéndez-Arias, L. DR_SEQAN: a PC/Windows-based software to evaluate drug resistance using human immunodeficiency virus type 1 genotypes. BMC Infect Dis 6, 44 (2006). https://doi.org/10.1186/1471-2334-6-44

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/1471-2334-6-44

Keywords