-
Notifications
You must be signed in to change notification settings - Fork 1
/
conditional-comments_hiv2.json
782 lines (782 loc) · 24.6 KB
/
conditional-comments_hiv2.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
[
{
"strain": "HIV2A",
"commentName": "HIV2AIN46R",
"drugClass": "INSTI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "IN",
"pos": 46,
"aas": "R"
},
"comment": "K46R is an uncommon nonpolymorphic HIV-2-associated RAL-selected mutation that alone has a minimal effect on RAL or DTG susceptibility."
},
{
"strain": "HIV2A",
"commentName": "HIV2AIN51Y",
"drugClass": "INSTI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "IN",
"pos": 51,
"aas": "Y"
},
"comment": "H51Y is an HIV-1-associated drug-resistance mutation which has not yet been reported in HIV-2 infected persons."
},
{
"strain": "HIV2A",
"commentName": "HIV2AIN66AIK",
"drugClass": "INSTI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "IN",
"pos": 66,
"aas": "AIK"
},
"comment": "T66AIK are HIV-1-associated drug-resistance mutations which have not been reported in HIV-2 infected patients."
},
{
"strain": "HIV2A",
"commentName": "HIV2AIN84V",
"drugClass": "INSTI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "IN",
"pos": 84,
"aas": "V"
},
"comment": "I84V is a common polymorphic HIV-2- associated mutation that occurs significantly more commonly in RAL-experienced compared with INSTI-na\u00efve persons. It has a minimal effect on RAL or DTG susceptibility."
},
{
"strain": "HIV2A",
"commentName": "HIV2AIN91R",
"drugClass": "INSTI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "IN",
"pos": 91,
"aas": "R"
},
"comment": "Q91R is a nonpolymorphic HIV-2-associated RAL-selected mutation that alone has a minimal effect on RAL or DTG susceptibility."
},
{
"strain": "HIV2A",
"commentName": "HIV2AIN92AGQ",
"drugClass": "INSTI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "IN",
"pos": 92,
"aas": "AGQ"
},
"comment": "E92AQ are nonpolymorphic HIV-2 associated mutations selected by RAL while E92G has been selected in one person receiving DTG. Alone, they are associated with reduced EVG susceptibility. They contribute reduced susceptibility to each of the INSTIs when combined with other INSTI DRMs. "
},
{
"strain": "HIV2A",
"commentName": "HIV2AIN97A",
"drugClass": "INSTI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "IN",
"pos": 97,
"aas": "A"
},
"comment": "T97A is a common nonpolymorphic INSTI-selected mutation. In combination with other DRMs, it contributes reduced susceptibility to RAL, EVG, and possibly DTG and BIC."
},
{
"strain": "HIV2A",
"commentName": "HIV2AIN118R",
"drugClass": "INSTI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "IN",
"pos": 118,
"aas": "R"
},
"comment": "G118R is an uncommon nonpolymorphtic HIV-2-associated mutation which has been reported in one person who received RAL followed by DTG. It is associated with about 6-fold reduced RAL susceptibility and about 8-fold reduced DTG susceptibility."
},
{
"strain": "HIV2A",
"commentName": "HIV2AIN119T",
"drugClass": "INSTI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "IN",
"pos": 119,
"aas": "T"
},
"comment": "A119T is a polymorphic HIV-2-associated mutation which occurs significantly more commonly in RAL-experienced compared with INSTI-na\u00efve persons. Alone it has a minimal effect on INSTI susceptibility."
},
{
"strain": "HIV2A",
"commentName": "HIV2AIN121Y",
"drugClass": "INSTI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "IN",
"pos": 121,
"aas": "Y"
},
"comment": "F121Y is an uncommon nonpolymorphic HIV-1-associated drug-resistance mutation which has not been reported in HIV-2 infected patients."
},
{
"strain": "HIV2A",
"commentName": "HIV2AIN140SA",
"drugClass": "INSTI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "IN",
"pos": 140,
"aas": "SA"
},
"comment": "G140SA are common nonpolymorphic HIV-2 associated drug-resistance mutations that usually occur in combination with Q148 mutations. Alone, they have little effect on INSTI susceptibility but in combination with mutations at position 148, they are associated with high level reductions in susceptibility to RAL and DTG."
},
{
"strain": "HIV2A",
"commentName": "HIV2AIN141I",
"drugClass": "INSTI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "IN",
"pos": 141,
"aas": "I"
},
"comment": "V141I is a slightly polymorphic mutation that is selected by RAL and possibly DTG. It usually occurs in combination with other INSTI-selected mutations. By itselft, it has a minimal effect on RAL and DTG susceptibility."
},
{
"strain": "HIV2A",
"commentName": "HIV2AIN143CRGH",
"drugClass": "INSTI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "IN",
"pos": 143,
"aas": "CRGH"
},
"comment": "Y143CRGH are non-polymorphic HIV-2 mutations that have been reported in persons receiving RAL and that reduce RAL susceptibility. In combination with other mutations, they may also reduce susceptibility to EVG."
},
{
"strain": "HIV2A",
"commentName": "HIV2AIN147G",
"drugClass": "INSTI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "IN",
"pos": 147,
"aas": "G"
},
"comment": "S147G is a nonpolymorphic HIV-1-associated drug-resistance mutation that has been reported in one RAL-treated HIV-2-infected person. Its effects on INSTI susceptibility for HIV-2 have not been reported."
},
{
"strain": "HIV2A",
"commentName": "HIV2AIN148HKR",
"drugClass": "INSTI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "IN",
"pos": 148,
"aas": "HKR"
},
"comment": "Q148HKR are nonpolymorphic HIV-2 associated drug-resistance mutations, which reduce susceptibility to each of the INSTIs. They usually occur in combination with mutations at position 140 or 138 which with Q148 mutations lead to high level reductions in susceptibility to each of the INSTIs."
},
{
"strain": "HIV2A",
"commentName": "HIV2AIN153SG",
"drugClass": "INSTI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "IN",
"pos": 153,
"aas": "SG"
},
"comment": "A153G is a nonpolymorphic HIV-2 mutation that is selected by RAL usually in combination with N155H. In combination with N155H, it is associated with about 2-fold reduced susceptibility to DTG and 15-fold reduced susceptibility to RAL. A153S is a polymorphic RAL-selected mutation which reduces INSTI susceptibility less than A153G."
},
{
"strain": "HIV2A",
"commentName": "HIV2AIN155H",
"drugClass": "INSTI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "IN",
"pos": 155,
"aas": "H"
},
"comment": "N155H is a nonpolymorphic HIV-2 associated drug-resistance mutation which reduces susceptibility to RAL and EVG. Alone it causes low-level reduced susceptibility to DTG. Higher level reductions in DTG susceptibility can occur in combination with additional mutations."
},
{
"strain": "HIV2A",
"commentName": "HIV2AIN231_",
"drugClass": "INSTI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "IN",
"pos": 231,
"aas": "_"
},
"comment": "Among HIV-2 isolates, amino acid insertions at position 231 have been selected by RAL. They are ass and associated with markedly reduced susceptibility to each of the INSTIs."
},
{
"strain": "HIV2A",
"commentName": "HIV2AIN263K",
"drugClass": "INSTI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "IN",
"pos": 263,
"aas": "K"
},
"comment": "R263K is a nonpolymorphic HIV-1-associated drug-resistance mutation which has so far been rarely reported in HIV-2 infected persons. By itself, it apperars to have a minimal effect on susceptibility to RAL and DTG."
},
{
"strain": "HIV2A",
"commentName": "HIV2APR10I",
"drugClass": "PI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "PR",
"pos": 10,
"aas": "I"
},
"comment": "V10I is a minimally polymorphic mutation that occurs significantly more commonly in PI-treated than PI-na\u00efve HIV-2 isolates."
},
{
"strain": "HIV2A",
"commentName": "HIV2APR23I",
"drugClass": "PI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "PR",
"pos": 23,
"aas": "I"
},
"comment": "L23I is an uncommon non-polymorphic HIV-1 associated PI-resistance mutation that has not been reported in HIV-2 isolates."
},
{
"strain": "HIV2A",
"commentName": "HIV2APR30N",
"drugClass": "PI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "PR",
"pos": 30,
"aas": "N"
},
"comment": "D30N is a non-polymorphic mutation that causes high-level HIV-1 resistance to NFV. It has rarely been reported in HIV-2 isolates."
},
{
"strain": "HIV2A",
"commentName": "HIV2APR33I",
"drugClass": "PI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "PR",
"pos": 33,
"aas": "I"
},
"comment": "V33I is a minimally polymorphic mutation that occurs significantly more commonly in PI-treated than PI-na\u00efve HIV-2 isolates."
},
{
"strain": "HIV2A",
"commentName": "HIV2APR45R",
"drugClass": "PI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "PR",
"pos": 45,
"aas": "R"
},
"comment": "K45R is a minimally polymorphic mutation that occurs significantly more commonly in PI-treated than PI-na\u00efve HIV-2 isolates."
},
{
"strain": "HIV2A",
"commentName": "HIV2APR47A",
"drugClass": "PI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "PR",
"pos": 47,
"aas": "A"
},
"comment": "V47A is a common non-polymorphic PI-selected HIV-2 mutation that reduces HIV-2 susceptibility to LPV and other PIs."
},
{
"strain": "HIV2A",
"commentName": "HIV2APR48VA",
"drugClass": "PI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "PR",
"pos": 48,
"aas": "VA"
},
"comment": "G48VA are non-polymorphic PI-selected HIV-2 mutations."
},
{
"strain": "HIV2A",
"commentName": "HIV2APR50L",
"drugClass": "PI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "PR",
"pos": 50,
"aas": "L"
},
"comment": "I50L is a non-polymorphic HIV-2 mutation selected by ATV. It causes high-level resistance to ATV and increases susceptibility to most of the remaining PIs."
},
{
"strain": "HIV2A",
"commentName": "HIV2APR50V",
"drugClass": "PI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "PR",
"pos": 50,
"aas": "V"
},
"comment": "I50V is a non-polymorphic PI-selected mutation that reduces HIV-2 susceptibility to LPV and other PIs."
},
{
"strain": "HIV2A",
"commentName": "HIV2APR53LY",
"drugClass": "PI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "PR",
"pos": 53,
"aas": "LY"
},
"comment": "F53LY are nonpolymorphic mutations that have rarely been reported in treated HIV-2 isolates."
},
{
"strain": "HIV2A",
"commentName": "HIV2APR54L",
"drugClass": "PI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "PR",
"pos": 54,
"aas": "L"
},
"comment": "I54L is a nonpolymorphic PI-selected mutation."
},
{
"strain": "HIV2A",
"commentName": "HIV2APR54M",
"drugClass": "PI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "PR",
"pos": 54,
"aas": "M"
},
"comment": "I54M is a very common non-polymorphic PI-selected mutation. It is associated with reduced HIV-2 susceptibility to multiple Pis."
},
{
"strain": "HIV2A",
"commentName": "HIV2APR56V",
"drugClass": "PI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "PR",
"pos": 56,
"aas": "V"
},
"comment": "T56V is a common nonpolymrophic mutation that occurs significantly more commonly in HIV-2 isolates from PI-treated vs. PI-na\u00efve isolates."
},
{
"strain": "HIV2A",
"commentName": "HIV2APR62A",
"drugClass": "PI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "PR",
"pos": 62,
"aas": "A"
},
"comment": "V62A is a nonpolymorphic mutation that occurs significantly more commonly in PI-treated than PI-na\u00efve HIV-2 isolates. It has been selected in vitro by IDV and been shown to contribute reduced suscptibility to LPV in combination with other DRMs."
},
{
"strain": "HIV2A",
"commentName": "HIV2APR64V",
"drugClass": "PI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "PR",
"pos": 64,
"aas": "V"
},
"comment": "I64V is a polymorphic mutation that occurs singnificatnly more commonly in PI-treated than PI-na\u00efve HIV-2 isolates."
},
{
"strain": "HIV2A",
"commentName": "HIV2APR71I",
"drugClass": "PI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "PR",
"pos": 71,
"aas": "I"
},
"comment": "V71I is a common polymorphic mutation that occurs significantly more commonly in PI-treated than PI-na\u00efve HIV-2 isolates."
},
{
"strain": "HIV2A",
"commentName": "HIV2APR73G",
"drugClass": "PI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "PR",
"pos": 73,
"aas": "G"
},
"comment": "A73G is a nonpolymorphic mutation that occurs significantly more commonly in PI-treated than PI-na\u00efve HIV-2 isolates."
},
{
"strain": "HIV2A",
"commentName": "HIV2APR82F",
"drugClass": "PI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "PR",
"pos": 82,
"aas": "F"
},
"comment": "I82F is a common non-polymorphic PI-selected HIV-2 mutation that reduces HIV-2 susceptibility to LPV and other PIs."
},
{
"strain": "HIV2A",
"commentName": "HIV2APR82LM",
"drugClass": "PI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "PR",
"pos": 82,
"aas": "LM"
},
"comment": "I82LM are nonpolymorphic PI-selected HIV-2 mutations."
},
{
"strain": "HIV2A",
"commentName": "HIV2APR84V",
"drugClass": "PI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "PR",
"pos": 84,
"aas": "V"
},
"comment": "I84V is a non-polymorphic PI-selected HIV-2 mutation associated with reduced susceptibility to multiple Pis."
},
{
"strain": "HIV2A",
"commentName": "HIV2APR85L",
"drugClass": "PI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "PR",
"pos": 85,
"aas": "L"
},
"comment": "F85L is a non-polymorphic PI-selected HIV-2 mutation."
},
{
"strain": "HIV2A",
"commentName": "HIV2APR88D",
"drugClass": "PI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "PR",
"pos": 88,
"aas": "D"
},
"comment": "N88D is a nonpolymorphic HIV-1-associated PI resistance mutation that has rarely been reported in HIV-2 isolatea."
},
{
"strain": "HIV2A",
"commentName": "HIV2APR90M",
"drugClass": "PI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "PR",
"pos": 90,
"aas": "M"
},
"comment": "L90M is a non-polymorphic PI-selected HIV-2 mutation."
},
{
"strain": "HIV2A",
"commentName": "HIV2APR99F",
"drugClass": "PI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "PR",
"pos": 99,
"aas": "F"
},
"comment": "L99F is a polymorphic HIV-2 mutation that occurs significantly more commonly in PI-treated than PI-na\u00efve persons. It has been selected in vitro by IDV and been shown to contribute reduced suscptibility to LPV in combination with other DRMs."
},
{
"strain": "HIV2A",
"commentName": "HIV2ART40R",
"drugClass": "NRTI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "RT",
"pos": 40,
"aas": "R"
},
"comment": "K40R is a nonpolymorphic mutation that occurs significantly more commonly in HIV-2 sequences from NRTI-treated than NRTI-na\u00efve persons. It usually occurs in combination with S215YF mutations. Its effect on HIV-2 NRTI susceptibility is not known."
},
{
"strain": "HIV2A",
"commentName": "HIV2ART41L",
"drugClass": "NRTI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "RT",
"pos": 41,
"aas": "L"
},
"comment": "M41L is an HIV-1 drug resistance mutation that has not been reported in NRTI-treated HIV-2-infected persons and has not been associated with reduced HIV-2 NRTI susceptibility."
},
{
"strain": "HIV2A",
"commentName": "HIV2ART62V",
"drugClass": "NRTI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "RT",
"pos": 62,
"aas": "V"
},
"comment": "A62V is a common nonpolymoprhic HIV-2 associated mutation that usually occurs in combination with K65R."
},
{
"strain": "HIV2A",
"commentName": "HIV2ART65RN",
"drugClass": "NRTI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "RT",
"pos": 65,
"aas": "RN"
},
"comment": "K65R is a common HIV-2 drug-resistance mutation that is associated with reduced susceptibility to each of the NRTIs except possibly AZT. K65N is a rare HIV-2 drug-resistance mutation."
},
{
"strain": "HIV2A",
"commentName": "HIV2ART67NGESTH",
"drugClass": "NRTI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "RT",
"pos": 67,
"aas": "NGESTH"
},
"comment": "D67 mutations are commonly occurring HIV-1-assocateddrug-resistance mutations that are rarely selected in HIV-2 isolates."
},
{
"strain": "HIV2A",
"commentName": "HIV2ART69ST",
"drugClass": "NRTI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "RT",
"pos": 69,
"aas": "ST"
},
"comment": "N69ST are polymorphic HIV-2 mutations that occurs with increased frequency in NRTI-treated persons. Their effects on HIV-2 NRTI susceptibility are not known."
},
{
"strain": "HIV2A",
"commentName": "HIV2ART69_",
"drugClass": "NRTI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "RT",
"pos": 69,
"aas": "_"
},
"comment": "Insertions in the Beta3-Beta4 loop are associated with reduced HIV-1 susceptibility to each of the NRTIs but have not been reported in HIV-2 isolates."
},
{
"strain": "HIV2A",
"commentName": "HIV2ART69-",
"drugClass": "NRTI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "RT",
"pos": 69,
"aas": "-"
},
"comment": "Deletions in the Beta3-Beta4 loop are associated with reduced HIV-1 susceptibility to each of the NRTIs but have not been reported in HIV-2 isolates."
},
{
"strain": "HIV2A",
"commentName": "HIV2ART70RNSQT",
"drugClass": "NRTI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "RT",
"pos": 70,
"aas": "RNSQT"
},
"comment": "K70RNSQT are nonpolymorphic HIV-2 drug-resistance mutations that occur more commonly in sequences from NRTI-treated than NRTI-na\u00efve persons. Their effects on HIV-2 susceptibility to NRTIs are not known."
},
{
"strain": "HIV2A",
"commentName": "HIV2ART74VI",
"drugClass": "NRTI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "RT",
"pos": 74,
"aas": "VI"
},
"comment": "L74VI are common HIV-1-associated NRTI-resistance mutations that have rarely been reported in HIV-2 sequences."
},
{
"strain": "HIV2A",
"commentName": "HIV2ART75V",
"drugClass": "NRTI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "RT",
"pos": 75,
"aas": "V"
},
"comment": "I75V occurs significantly more commonly in HIV-2 sequences from NRTI-treated than NRTI-na\u00efve persons but its effect on HIV-2 susceptibility to NRTIs is uncertain."
},
{
"strain": "HIV2A",
"commentName": "HIV2ART77L",
"drugClass": "NRTI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "RT",
"pos": 77,
"aas": "L"
},
"comment": "F77L is an accessory HIV-1-associated mutation that usually occurs in combination with the multi-NRTI resistance mutation Q151M. It has not been associated with NRTI therapy in HIV-2 isolates."
},
{
"strain": "HIV2A",
"commentName": "HIV2ART111I",
"drugClass": "NRTI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "RT",
"pos": 111,
"aas": "I"
},
"comment": "V111I is a common polymorphic mutation that occurs significantly more commonly in HIV-2 sequences from NRTI-treated than NRTI-na\u00efve persons. It appears to increase the replication fitness of HIV-2 variants containing other HIV-2-associated NRTI-resistance mutations."
},
{
"strain": "HIV2A",
"commentName": "HIV2ART115F",
"drugClass": "NRTI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "RT",
"pos": 115,
"aas": "F"
},
"comment": "Y115F is a common nonpolymorphic HIV-2-drug-resistance mutation that usually occurs in combination with other other NRTI-resistance mutations."
},
{
"strain": "HIV2A",
"commentName": "HIV2ART116Y",
"drugClass": "NRTI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "RT",
"pos": 116,
"aas": "Y"
},
"comment": "F116Y is an accessory HIV-1-associated mutation that usually occurs in combination with the multi-NRTI resistance mutation Q151M. It has not been associated with NRTI therapy in HIV-2 isolates."
},
{
"strain": "HIV2A",
"commentName": "HIV2ART151M",
"drugClass": "NRTI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "RT",
"pos": 151,
"aas": "M"
},
"comment": "Q151M is a common nonpolymorphic HIV-2 drug-resistance mutation thatcauses high-level resistance to each of the NRTIs except possibly TDF/TAF and 3TC/FTC."
},
{
"strain": "HIV2A",
"commentName": "HIV2ART184VI",
"drugClass": "NRTI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "RT",
"pos": 184,
"aas": "VI"
},
"comment": "M184V/I is the most common HIV-2 drug-resistance mutation. It causes high-level resistance to 3TC and FTC. As is the case for HIV-1, it is likely that M184VI are not contraindications to continued treatment with 3TC or FTC because they increase susceptibility to TDF and are associated with clinically significant reductions in HIV-1 replication."
},
{
"strain": "HIV2A",
"commentName": "HIV2ART210ACDEFGHIKLMPQRSTVWY_-",
"drugClass": "NRTI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "RT",
"pos": 210,
"aas": "ACDEFGHIKLMPQRSTVWY_-"
},
"comment": "210W is an HIV-1 associated TAM. The HIV-2 consensus at this position is N. Mutations at this position have not been selected by NRTIs in HIV-2 isolates."
},
{
"strain": "HIV2A",
"commentName": "HIV2ART214L",
"drugClass": "NRTI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "RT",
"pos": 214,
"aas": "L"
},
"comment": "F214L is a slighly polymorphic HIV-2 mutation that occurs with increased frequency in NRTI-treated persons."
},
{
"strain": "HIV2A",
"commentName": "HIV2ART215YF",
"drugClass": "NRTI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "RT",
"pos": 215,
"aas": "YF"
},
"comment": "S215YF are nonpolymorphic HIV-2 drug-resistance mutations that are selected by AZT."
},
{
"strain": "HIV2A",
"commentName": "HIV2ART219-",
"drugClass": "NRTI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "RT",
"pos": 219,
"aas": "-"
},
"comment": "E219D is a polymorphic mutation that also appears to be selected by AZT."
},
{
"strain": "HIV2A",
"commentName": "HIV2ART223R",
"drugClass": "NRTI",
"conditionType": "MUTATION",
"conditionValue": {
"gene": "RT",
"pos": 223,
"aas": "R"
},
"comment": "K223R is a polymorphic HIV-2 mutation that occurs more commonly in NRTI-treated persons. It is considered to be associated with reduced AZT susceptibility."
}
]