-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSyed2024.bib
More file actions
1166 lines (1102 loc) · 91.4 KB
/
Copy pathSyed2024.bib
File metadata and controls
1166 lines (1102 loc) · 91.4 KB
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
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
%% This BibTeX bibliography file was created using BibDesk.
%% https://bibdesk.sourceforge.io/
%% Created for Colin Smith at 2024-05-27 12:48:11 -0400
%% Saved with string encoding Unicode (UTF-8)
@article{Li:2015aa,
abstract = {Accurate quantitative measurement of structural dispersion in proteins remains a prime challenge to both X-ray crystallography and NMR spectroscopy. Here we use a model-free approach based on measurement of many residual dipolar couplings (RDCs) in differentially orienting aqueous liquid crystalline solutions to obtain the side chain {$\gamma$}1 distribution sampled by each residue in solution. Applied to the small well-ordered model protein GB3, our approach reveals that the RDC data are compatible with a single narrow distribution of side chain {$\gamma$}1 angles for only about 40{\%} of the residues. For more than half of the residues, populations greater than 10{\%} for a second rotamer are observed, and four residues require sampling of three rotameric states to fit the RDC data. In virtually all cases, sampled {$\gamma$}1 values are found to center closely around ideal g--, g+ and t rotameric angles, even though no rotamer restraint is used when deriving the sampled angles. The root-mean-square difference between experimental 3JH{$\alpha$}H{$\beta$}couplings and those predicted by the Haasnoot-parametrized, motion-adjusted Karplus equation reduces from 2.05 to 0.75 Hz when using the new rotamer analysis instead of the 1.1-{\AA}X-ray structure as input for the dihedral angles. A comparison between observed and predicted 3JH{$\alpha$}H{$\beta$}values suggests that the root-mean-square amplitude of {$\gamma$}1 angle fluctuations within a given rotamer well is ca. 20$\,^{\circ}$. The quantitatively defined side chain rotamer equilibria obtained from our study set new benchmarks for evaluating improved molecular dynamics force fields, and also will enable further development of quantitative relations between side chain chemical shift and structure.},
annote = {doi: 10.1021/jacs.5b10072},
author = {Li, Fang and Grishaev, Alexander and Ying, Jinfa and Bax, Ad},
date = {2015/11/25},
date-added = {2024-05-27 12:48:09 -0400},
date-modified = {2024-05-27 12:48:09 -0400},
doi = {10.1021/jacs.5b10072},
isbn = {0002-7863},
journal = {J Am Chem Soc},
journal1 = {Journal of the American Chemical Society},
journal2 = {J. Am. Chem. Soc.},
month = {11},
n2 = {Accurate quantitative measurement of structural dispersion in proteins remains a prime challenge to both X-ray crystallography and NMR spectroscopy. Here we use a model-free approach based on measurement of many residual dipolar couplings (RDCs) in differentially orienting aqueous liquid crystalline solutions to obtain the side chain {$\gamma$}1 distribution sampled by each residue in solution. Applied to the small well-ordered model protein GB3, our approach reveals that the RDC data are compatible with a single narrow distribution of side chain {$\gamma$}1 angles for only about 40{\%} of the residues. For more than half of the residues, populations greater than 10{\%} for a second rotamer are observed, and four residues require sampling of three rotameric states to fit the RDC data. In virtually all cases, sampled {$\gamma$}1 values are found to center closely around ideal g--, g+ and t rotameric angles, even though no rotamer restraint is used when deriving the sampled angles. The root-mean-square difference between experimental 3JH{$\alpha$}H{$\beta$}couplings and those predicted by the Haasnoot-parametrized, motion-adjusted Karplus equation reduces from 2.05 to 0.75 Hz when using the new rotamer analysis instead of the 1.1-{\AA}X-ray structure as input for the dihedral angles. A comparison between observed and predicted 3JH{$\alpha$}H{$\beta$}values suggests that the root-mean-square amplitude of {$\gamma$}1 angle fluctuations within a given rotamer well is ca. 20$\,^{\circ}$. The quantitatively defined side chain rotamer equilibria obtained from our study set new benchmarks for evaluating improved molecular dynamics force fields, and also will enable further development of quantitative relations between side chain chemical shift and structure.},
number = {46},
pages = {14798--14811},
publisher = {American Chemical Society},
title = {Side Chain Conformational Distributions of a Small Protein Derived from Model-Free Analysis of a Large Set of Residual Dipolar Couplings},
type = {doi: 10.1021/jacs.5b10072},
url = {https://doi.org/10.1021/jacs.5b10072},
volume = {137},
year = {2015},
year1 = {2015}}
@article{Mittermaier:2001aa,
abstract = {Experiments are presented for the measurement of one-bond carbon−proton dipolar coupling values at CH and CH2 positions in 13C-labeled, ∼50{\%} fractionally deuterated proteins. 13C{$\beta$}−1H{$\beta$}dipolar couplings have been measured for 38 of 49 possible residues in the 63-amino-acid B1 domain of peptostreptococcal protein L in two aligning media and interpreted in the context of side-chain {$\gamma$}1 torsion angle dynamics. The {$\beta$}protons for 18 of the 25 {$\beta$}-methylene-containing amino acids for which dipolar data are available can be unambiguously stereoassigned, and for those residues which are best fit to a single rotamer model the {$\gamma$}1 angles obtained deviate from crystal structure values by only 5.2$\,^{\circ}$(rmsd). The results for 11 other residues are significantly better fit by a model that assumes jumps between the three canonical ({$\gamma$}1 ≈−60$\,^{\circ}$, 60$\,^{\circ}$, 180$\,^{\circ}$) rotamers. Relative populations of the rotamers are determined to within $\pm$6{\%} uncertainty on average and correlate with dihedral angles observed for the three molecules in the crystal asymmetric unit. Entropic penalties for quenching {$\gamma$}1 jumps are considered for six mobile residues thought to be involved in binding to human immunoglobulins. This study demonstrates that dipolar couplings may be used to characterize both the conformation of static residues and side-chain motion with high precision.},
annote = {doi: 10.1021/ja010595d},
author = {Mittermaier, Anthony and Kay, Lewis E.},
date = {2001/07/01},
date-added = {2024-05-27 12:47:14 -0400},
date-modified = {2024-05-27 12:47:14 -0400},
doi = {10.1021/ja010595d},
isbn = {0002-7863},
journal = {J Am Chem Soc},
journal1 = {Journal of the American Chemical Society},
journal2 = {J. Am. Chem. Soc.},
month = {07},
n2 = {Experiments are presented for the measurement of one-bond carbon−proton dipolar coupling values at CH and CH2 positions in 13C-labeled, ∼50{\%} fractionally deuterated proteins. 13C{$\beta$}−1H{$\beta$}dipolar couplings have been measured for 38 of 49 possible residues in the 63-amino-acid B1 domain of peptostreptococcal protein L in two aligning media and interpreted in the context of side-chain {$\gamma$}1 torsion angle dynamics. The {$\beta$}protons for 18 of the 25 {$\beta$}-methylene-containing amino acids for which dipolar data are available can be unambiguously stereoassigned, and for those residues which are best fit to a single rotamer model the {$\gamma$}1 angles obtained deviate from crystal structure values by only 5.2$\,^{\circ}$(rmsd). The results for 11 other residues are significantly better fit by a model that assumes jumps between the three canonical ({$\gamma$}1 ≈−60$\,^{\circ}$, 60$\,^{\circ}$, 180$\,^{\circ}$) rotamers. Relative populations of the rotamers are determined to within $\pm$6{\%} uncertainty on average and correlate with dihedral angles observed for the three molecules in the crystal asymmetric unit. Entropic penalties for quenching {$\gamma$}1 jumps are considered for six mobile residues thought to be involved in binding to human immunoglobulins. This study demonstrates that dipolar couplings may be used to characterize both the conformation of static residues and side-chain motion with high precision.},
number = {28},
pages = {6892--6903},
publisher = {American Chemical Society},
title = {{$\gamma$}1 Torsion Angle Dynamics in Proteins from Dipolar Couplings},
type = {doi: 10.1021/ja010595d},
url = {https://doi.org/10.1021/ja010595d},
volume = {123},
year = {2001},
year1 = {2001}}
@article{San-Fabian:2021aa,
abstract = {Theoretical relationships between the vicinal spin--spin coupling constants (SSCCs) and the {$\gamma$}1 torsion angles have been studied to predict the conformations of protein side chains. An efficient computational procedure is developed to obtain the conformation of dipeptides through theoretical and experimental SSCCs, Karplus equations, and quantum chemistry methods, and it is applied to three aliphatic hydrophobic residues (Val, Leu, and Ile). Three models are proposed: unimodal-static, trimodal-static-stepped, and trimodal-static-trigonal, where the most important factors are incorporated (coupled nuclei, nature and orientation of the substituents, and local geometric properties). Our results are validated by comparison with NMR and X-ray empirical data described in the literature, obtaining successful results on the 29 residues considered. Using out trimodal residue treatment, it is possible to detect and resolve residues with a simple conformation and those with two or three staggered conformers. In four residues, a deeper analysis explains that they do not have a unique conformation and that the population of each conformation plays an important role.},
annote = {doi: 10.1021/acs.jcim.1c00773},
author = {San Fabi{\'a}n, Jes{\'u}s and Ema, Ignacio and Omar, Salama and Garc{\'\i}a de la Vega, Jose Manuel},
date = {2021/12/27},
date-added = {2024-05-25 14:16:48 -0400},
date-modified = {2024-05-25 14:16:48 -0400},
doi = {10.1021/acs.jcim.1c00773},
isbn = {1549-9596},
journal = {J Chem Inf Model},
journal1 = {Journal of Chemical Information and Modeling},
journal2 = {J. Chem. Inf. Model.},
month = {12},
n2 = {Theoretical relationships between the vicinal spin--spin coupling constants (SSCCs) and the {$\gamma$}1 torsion angles have been studied to predict the conformations of protein side chains. An efficient computational procedure is developed to obtain the conformation of dipeptides through theoretical and experimental SSCCs, Karplus equations, and quantum chemistry methods, and it is applied to three aliphatic hydrophobic residues (Val, Leu, and Ile). Three models are proposed: unimodal-static, trimodal-static-stepped, and trimodal-static-trigonal, where the most important factors are incorporated (coupled nuclei, nature and orientation of the substituents, and local geometric properties). Our results are validated by comparison with NMR and X-ray empirical data described in the literature, obtaining successful results on the 29 residues considered. Using out trimodal residue treatment, it is possible to detect and resolve residues with a simple conformation and those with two or three staggered conformers. In four residues, a deeper analysis explains that they do not have a unique conformation and that the population of each conformation plays an important role.},
number = {12},
pages = {6012--6023},
publisher = {American Chemical Society},
title = {Toward a Computational NMR Procedure for Modeling Dipeptide Side-Chain Conformation},
type = {doi: 10.1021/acs.jcim.1c00773},
url = {https://doi.org/10.1021/acs.jcim.1c00773},
volume = {61},
year = {2021},
year1 = {2021}}
@article{Kraszni:2004aa,
abstract = {Methods to determine rotamer populations from NMR homo- and heteronuclear vicinal coupling constants are reviewed. Theory and practice related to the elucidation of various gauche and trans limiting coupling constants as key parameters in the characterization of discrete rotational isomers are discussed. Properties and capacities of Karplus-type equations are assessed. Continuous models of rotational isomerism are compared to discrete ones. Principles of the highly specific physicochemical parameters rotamer-specific basicity and rotamer-specific partition coefficient are also described.},
author = {Kraszni, M{\'a}rta and Szak{\'a}cs, Zolt{\'a}n and Nosz{\'a}l, B{\'e}la},
date = {2004/03/01},
date-added = {2024-05-25 14:07:15 -0400},
date-modified = {2024-05-25 14:07:15 -0400},
doi = {10.1007/s00216-003-2386-z},
id = {Kraszni2004},
isbn = {1618-2650},
journal = {Anal Bioanal Chem},
number = {6},
pages = {1449--1463},
title = {Determination of rotamer populations and related parameters from NMR coupling constants: a critical review},
url = {https://doi.org/10.1007/s00216-003-2386-z},
volume = {378},
year = {2004}}
@article{Smith:2021aa,
abstract = {Values of 3J-couplings as obtained from NMR experiments on proteins cannot easily be used to determine protein structure due to the difficulty of accounting for the high sensitivity of intermediate 3J-coupling values (4--8 Hz) to the averaging period that must cover the conformational variability of the torsional angle related to the 3J-coupling, and due to the difficulty of handling the multiple-valued character of the inverse Karplus relation between torsional angle and 3J-coupling. Both problems can be solved by using 3J-coupling time-averaging local-elevation restraining MD simulation. Application to the protein hen egg white lysozyme using 213 backbone and side-chain 3J-coupling restraints shows that a conformational ensemble compatible with the experimental data can be obtained using this technique, and that accounting for averaging and the ability of the algorithm to escape from local minima for the torsional angle induced by the Karplus relation, are essential for a comprehensive use of 3J-coupling data in protein structure determination.},
author = {Smith, Lorna J. and van Gunsteren, Wilfred F. and Stankiewicz, Bartosz and Hansen, Niels},
date = {2021/01/01},
date-added = {2024-05-25 14:01:54 -0400},
date-modified = {2024-05-25 14:02:10 -0400},
doi = {10.1007/s10858-020-00355-5},
id = {Smith2021},
isbn = {1573-5001},
journal = {J Biomol NMR},
number = {1},
pages = {39--70},
title = {On the use of 3J-coupling NMR data to derive structural information on proteins},
url = {https://doi.org/10.1007/s10858-020-00355-5},
volume = {75},
year = {2021}}
@article{Steiner:2012aa,
abstract = {Structural knowledge about proteins is mainly derived from values of observables, measurable in NMR spectroscopic or X-ray diffraction experiments, i.e. absorbed or scattered intensities, through theoretically derived relationships between structural quantities such as atom positions or torsional angles on the one hand and observable quantities such as squared structure factor amplitudes, NOE intensities or 3J-coupling constants on the other. The standardly used relation connecting 3J-couplings to torsional angles is the Karplus relation, which is used in protein structure refinement as well as in the evaluation of simulated properties of proteins. The accuracy of the simple and generalised Karplus relations is investigated using side-chain structural and 3J{$\alpha$}{$\beta$}-coupling data for three different proteins, Plastocyanin, Lysozyme, and FKBP, for which such data are available. The results show that the widely used Karplus relations are only a rough estimate for the relation between 3J{$\alpha$}{$\beta$}-couplings and the corresponding {$\gamma$}1-angle in proteins.},
author = {Steiner, Denise and Allison, Jane R. and Eichenberger, Andreas P. and van Gunsteren, Wilfred F.},
date = {2012/07/01},
date-added = {2024-05-25 13:07:07 -0400},
date-modified = {2024-05-25 13:07:07 -0400},
doi = {10.1007/s10858-012-9634-5},
id = {Steiner2012},
isbn = {1573-5001},
journal = {J Biomol NMR},
number = {3},
pages = {223--246},
title = {On the calculation of 3J{$\alpha$}{$\beta$}-coupling constants for side chains in proteins},
url = {https://doi.org/10.1007/s10858-012-9634-5},
volume = {53},
year = {2012}}
@article{Pachler:1963aa,
abstract = {The 60 Mc high-resolution nuclear magnetic resonance spectra of ten simple {$\alpha$}-amino acids in alkaline and acidic medium have been analysed. The relative signs of the geminal and vicinal coupling constants, the substituent effects on these two couplings and on the relative residence times of the rotational isomers as well as their dependence on the pH of the solution are discussed.},
author = {Pachler, K. G. R.},
date = {1963/12/01/},
date-added = {2024-05-25 11:49:29 -0400},
date-modified = {2024-05-25 12:01:30 -0400},
doi = {10.1016/0371-1951(63)80228-3},
isbn = {0371-1951},
journal = {Spectrochim Acta},
number = {12},
pages = {2085--2092},
title = {Nuclear magnetic resonance study of some {$\alpha$}-amino acids---I: Coupling constants in alkaline and acidic medium},
url = {https://www.sciencedirect.com/science/article/pii/0371195163802283},
volume = {19},
year = {1963}}
@article{Dzakula:1992aa,
annote = {doi: 10.1021/ja00041a044},
author = {Dzakula, Zeljko and Edison, Arthur S. and Westler, William M. and Markley, John L.},
date = {1992/07/01},
date-added = {2024-05-25 11:39:32 -0400},
date-modified = {2024-05-25 11:40:07 -0400},
doi = {10.1021/ja00041a044},
isbn = {0002-7863},
journal = {J Am Chem Soc},
journal1 = {Journal of the American Chemical Society},
journal2 = {J. Am. Chem. Soc.},
month = {07},
number = {15},
pages = {6200--6207},
publisher = {American Chemical Society},
title = {Analysis of chi1 rotamer populations from NMR data by the CUPID method},
type = {doi: 10.1021/ja00041a044},
url = {https://doi.org/10.1021/ja00041a044},
volume = {114},
year = {1992},
year1 = {1992}}
@article{Huggins:1953aa,
annote = {doi: 10.1021/ja01113a001},
author = {Huggins, Maurice L.},
date = {1953/09/01},
date-added = {2024-05-22 14:59:57 -0400},
date-modified = {2024-05-22 14:59:57 -0400},
doi = {10.1021/ja01113a001},
isbn = {0002-7863},
journal = {J Am Chem Soc},
journal1 = {Journal of the American Chemical Society},
journal2 = {J. Am. Chem. Soc.},
month = {09},
number = {17},
pages = {4123--4126},
publisher = {American Chemical Society},
title = {Bond Energies and Polarities},
type = {doi: 10.1021/ja01113a001},
url = {https://doi.org/10.1021/ja01113a001},
volume = {75},
year = {1953},
year1 = {1953}}
@article{Haasnoot:1979aa,
author = {Haasnoot, Cornelis A. G. and de Leeuw, Frank A. A. M. and de Leeuw, Harry P. M. and Altona, Cornelis},
date = {1979/01/01},
date-added = {2024-05-16 20:53:11 -0400},
date-modified = {2024-05-25 12:01:01 -0400},
doi = {10.1002/recl.19790981206},
isbn = {0165-0513},
journal = {Recl Trav Chim Pay-B},
journal1 = {Recueil des Travaux Chimiques des Pays-Bas},
journal2 = {Recueil des Travaux Chimiques des Pays-Bas},
journal3 = {Recl. Trav. Chim. Pays‐Bas},
month = {2024/05/09},
n2 = {Abstract New values for 3JHH along the C4?-C5? bond in nucleosides and nuclsotides are proposed.},
number = {12},
pages = {576--577},
publisher = {John Wiley \& Sons, Ltd},
title = {Interpretation of vicinal proton-proton coupling constants by a generalized Karplus relation. Conformational analysis of the exocyclic C4'-C5'bond in nucleosides and nucleotides: Preliminary Communication},
url = {https://doi.org/10.1002/recl.19790981206},
volume = {98},
year = {1979},
year1 = {1979}}
@article{Haasnoot:1980aa,
abstract = {A new coupling constant-torsion angle relation for the three-bond 1H-1H spin-spin coupling constant is formulated. The relation includes a correction for the electronegativity of substituents. The correction term is written as a function of the electronegativity, the H-C-C-H torsion angle, and the orientation of each substituent relative to the coupled protons. A dataset consisting of 315 experimental coupling constants was used to derive six empirical parameters by means of an iterative least-squares minimization procedure. The precision of the proposed equation, expressed as the root-mean-square deviation (0.48 Hz), is superior to any hitherto reported. It is shown that separate treatment of CH2CH2, CH2CH and CHCH fragments even improves this precision. An application in the field of monosubstituted cyclohexanes is given.},
author = {Haasnoot, C. A. G. and de Leeuw, F. A. A. M. and Altona, C.},
date = {1980/01/01/},
date-added = {2024-05-16 20:53:11 -0400},
date-modified = {2024-05-25 12:01:06 -0400},
doi = {10.1016/0040-4020(80)80155-4},
isbn = {0040-4020},
journal = {Tetrahedron},
number = {19},
pages = {2783--2792},
title = {The relationship between proton-proton NMR coupling constants and substituent electronegativities---I: An empirical generalization of the karplus equation},
url = {https://www.sciencedirect.com/science/article/pii/0040402080801554},
volume = {36},
year = {1980}}
@article{Haasnoot:1981a,
author = {Haasnoot, C. A. G. and de Leeuw, F. A. A. M. and de Leeuw, H. P. M. and Altona, C.},
date = {1981/01/01},
date-added = {2024-05-16 20:53:11 -0400},
date-modified = {2024-05-25 12:01:09 -0400},
doi = {10.1002/mrc.1270150111},
isbn = {0030-4921},
journal = {Org Magn Resonance},
journal1 = {Organic Magnetic Resonance},
journal2 = {Organic Magnetic Resonance},
journal3 = {Org. Magn. Reson.},
month = {2024/05/08},
n2 = {Abstract The relationship between vicinal NMR proton?proton coupling constants and the pseudorotational properties of the sugar ring in nucleosides and nucleotides is reinvestigated. Compared with our earlier study several important improvements are introduced: first, a new empirical generalization of the classical Karplus equation is utilized, which allows an accurate correction for the effects of electronegativity and orientation of substituents on 3J(HH); second, empirical correlations between the parameters governing the conformation of ?-D-furanosides (taken from an analysis of 178 crystal structures) were used to define proton?proton torsion angles as a function of the pseudorotation parameters P and Φm; and, third an iterative least-squares computer program was devised to obtain the best fit of the conformational parameters to the experimental coupling constants. NMR data for the sugar ring in the following compounds were taken from the literature and analysed: 3?,5?-cyclic nucleotides, a base-stacked ribonucleotide, 2?-anhydroarabinonucleosides, {$\alpha$}-D-2?,2-O-cyclouridine, 2?- and 3?-aminosubstituted ribonucleosides, 2?- and 3?-deoxyribonucleosides. The present results confirm that the conformational properties found in the solid state are, on the whole, preserved in solution.},
number = {1},
pages = {43--52},
publisher = {John Wiley \& Sons, Ltd},
title = {The relationship between proton--proton NMR coupling constants and substituent electronegativities. II---conformational analysis of the sugar ring in nucleosides and nucleotides in solution using a generalized Karplus equation},
url = {https://doi.org/10.1002/mrc.1270150111},
volume = {15},
year = {1981},
year1 = {1981}}
@article{Haasnoot:1981b,
author = {Haasnoot, C. A. G. and De Leeuw, F. A. A. M. and De Leeuw, H. P. M. and Altona, C.},
date = {1981/06/01},
date-added = {2024-05-16 20:53:11 -0400},
date-modified = {2024-05-25 12:01:13 -0400},
doi = {10.1002/bip.1981.360200610},
isbn = {0006-3525},
journal = {Biopolymers},
journal1 = {Biopolymers},
journal2 = {Biopolymers},
journal3 = {Biopolymers},
month = {2024/05/08},
n2 = {Abstract The relationship between published vicinal proton?proton coupling constants and the pseudorotation properties of the pyrrolidine ring in L-proline, 4-hydroxy-L-proline, 4-fluoro-L-proline, and several linear and cyclic model proline peptides is investigated. Compared to earlier studies, several important improvements are incorporated: (1) a new empirical generalization of the classical Karplus equation is utilized, which allows a valid correction for the effects of electronegativity and orientation of substitutents on 3JHH; (2) an empirical correlation between proton?proton torsion angles and the pseudorotational parameters P and τm is derived; and (3) the best fit of the conformational parameters to the experimental coupling constants is obtained by means of a computerized iterative least-squares procedure. Two pseudorotation ranges were considered, classified as type N (?2 positive sign) and type S (?2 negative sign). The conformational equilibrium is fully described in terms of four geometrical parameters (PN, τN, PS, τS) and the equilibrium constant K. The present results indicate that, in general, the geometrical properties found in x-ray studies of proline and hydroxyproline residues are well preserved in solution. Several novel features are encountered, however. It is demonstrated that the proline ring occurs in a practically 1:1 conformational equilibrium between well-defined N- and S-type forms. Introduction of an amide group at the C-terminal end has no observable effect on this equilibrium, but the formation of a peptide bond at the imino nitrogen site results in a pronounced, but not exclusive, preference for an S-type form which is roughly 1.1 kcal/mol more stable than its N-type counterpart. The hydroxyproline ring system in neutral or acidic medium displays a pure N-type state, but N-acetylation results in the appearance of a minor (S-type) conformation. Cyclic proline dipeptides similarly exist in a biased conformational equilibrium. The major form (77?88{\%}) corresponds to the N-type conformer observed in the solid state; the minor S-form has not been observed before. In contrast, cyclic hydroxyproline dipeptides display complete conformational purity. Ranges of endocyclic torsion angles deduced for the various classes of pyrrolidine derivatives in solution are presented. Each torsion appears confined to a surprisingly narrow range, comprising about 4$\,^{\circ}$?8$\,^{\circ}$in most cases. In all, the proline ring is far less ?floppy? than hitherto assumed.},
number = {6},
pages = {1211--1245},
publisher = {John Wiley \& Sons, Ltd},
title = {Relationship between proton--proton nmr coupling constants and substituent electronegativities. III. Conformational analysis of proline rings in solution using a generalized Karplus equation},
url = {https://doi.org/10.1002/bip.1981.360200610},
volume = {20},
year = {1981},
year1 = {1981}}
@article{Bundi:1979aa,
author = {Bundi, Arno and W{\"u}thrich, Kurt},
date = {1979/02/01},
date-added = {2024-05-16 19:45:08 -0400},
date-modified = {2024-05-16 19:45:08 -0400},
doi = {https://doi.org/10.1002/bip.1979.360180206},
isbn = {0006-3525},
journal = {Biopolymers},
journal1 = {Biopolymers},
journal2 = {Biopolymers},
journal3 = {Biopolymers},
month = {2024/05/16},
n2 = {Abstract The 1H-nmr chemical shifts and the spin?spin coupling constants of the common amino acid residues were measured in solutions of the linear tetrapeptides H-Gly-Gly-X-L-Ala-OH in D2O and H2O, the influence of X on the nmr parameters of the neighboring residues Gly 2 and Ala 4 was investigated. The titration parameters for the side chains of Asp, Glu, Lys, Tyr, and His were determined. The pKa values obtained in D2O, with the use of pH-meter readings with a combination glass electrode uncorrected for istope effects, were 0.06 pH units higher in the acidic range and 0.10 pH units higher in the basic range than the corresponding pKa values in H2O. This suggests that the present data are suitable ?random-coil? 1H-nmr parameters for conformational studies of polypeptide chains in D2O and H2O solutions.},
number = {2},
pages = {285--297},
publisher = {John Wiley \& Sons, Ltd},
title = {1H-nmr parameters of the common amino acid residues measured in aqueous solutions of the linear tetrapeptides H-Gly-Gly-X-L-Ala-OH},
url = {https://doi.org/10.1002/bip.1979.360180206},
volume = {18},
year = {1979},
year1 = {1979}}
@article{Dudley:2024,
author = {Joshua A. Dudley and Sojeong Park and Oliver Cho and Nicholas G. M. Wells and Meagan E. MacDonald and Katerina M. Blejec and Emmanuel Fetene and Eric Zanderigo and Scott Houliston and Jennifer C. Liddle and Chad M. Dashnaw and T. Michael Sabo and Bryan F. Shaw and Jeremy L. Balsbaugh and Gabriel J. Rocklin and Colin A. Smith},
date = {2024/05/16},
date-added = {2024-03-28 16:48:28 -0400},
date-modified = {2024-04-12 11:25:07 -0400},
doi = {10.1002/pro.4991},
journal = {Protein Sci},
number = {6},
pages = {e4991},
title = {Heat-induced structural and chemical changes to a computationally designed miniprotein},
volume = {33},
year = {2024}}
@book{Wuthrich:1986aa,
address = {New York},
annote = {Includes bibliographical references (pages 271-285) and index.},
author = {W{\"u}thrich, Kurt},
date-added = {2024-03-28 16:32:08 -0400},
date-modified = {2024-03-28 16:35:04 -0400},
id = {alma99493953903768},
isbn = {0471828939},
keywords = {35.25 spectrochemical analysis; Nuclear magnetic resonance spectroscopy; Nucleic acids -- Analysis; Proteins -- Analysis; Nucleic acids -- Spectra; Proteins -- Spectra},
n2 = {This title provides an introduction to underlying principles and experimental procedures using the newest strategies and techniques for obtaining extensive NMR assignments in biopolymers based on NMR data and the primary structure.},
publisher = {Wiley},
title = {NMR of proteins and nucleic acids},
year = {1986}}
@inbook{Inagaki:2013aa,
address = {Berlin, Heidelberg},
author = {Inagaki, Fuyuhiko},
booktitle = {Encyclopedia of Biophysics},
date = {2013//},
date-added = {2024-03-28 16:30:32 -0400},
date-modified = {2024-03-28 16:30:32 -0400},
doi = {10.1007/978-3-642-16712-6{\_}312},
editor = {Roberts, Gordon C. K.},
id = {Inagaki2013},
isbn = {978-3-642-16712-6},
pages = {2033--2037},
publisher = {Springer Berlin Heidelberg},
title = {Protein NMR Resonance Assignment},
url = {https://doi.org/10.1007/978-3-642-16712-6_312},
year = {2013}}
@article{Cao:2022aa,
abstract = {The design of proteins that bind to a specific site on the surface of a target protein using no information other than the three-dimensional structure of the target remains a challenge1--5. Here we describe a general solution to this problem that starts with a broad exploration of the vast space of possible binding modes to a selected region of a protein surface, and then intensifies the search in the vicinity of the most promising binding modes. We demonstrate the broad applicability of this approach through the de novo design of binding proteins to 12 diverse protein targets with different shapes and surface properties. Biophysical characterization shows that the binders, which are all smaller than 65 amino acids, are hyperstable and, following experimental optimization, bind their targets with nanomolar to picomolar affinities. We succeeded in solving crystal structures of five of the binder--target complexes, and all five closely match the corresponding computational design models. Experimental data on nearly half a million computational designs and hundreds of thousands of point mutants provide detailed feedback on the strengths and limitations of the method and of our current understanding of protein--protein interactions, and should guide improvements of both. Our approach enables the targeted design of binders to sites of interest on a wide variety of proteins for therapeutic and diagnostic applications.},
author = {Cao, Longxing and Coventry, Brian and Goreshnik, Inna and Huang, Buwei and Sheffler, William and Park, Joon Sung and Jude, Kevin M. and Markovi{\'c}, Iva and Kadam, Rameshwar U. and Verschueren, Koen H. G. and Verstraete, Kenneth and Walsh, Scott Thomas Russell and Bennett, Nathaniel and Phal, Ashish and Yang, Aerin and Kozodoy, Lisa and DeWitt, Michelle and Picton, Lora and Miller, Lauren and Strauch, Eva-Maria and DeBouver, Nicholas D. and Pires, Allison and Bera, Asim K. and Halabiya, Samer and Hammerson, Bradley and Yang, Wei and Bernard, Steffen and Stewart, Lance and Wilson, Ian A. and Ruohola-Baker, Hannele and Schlessinger, Joseph and Lee, Sangwon and Savvides, Savvas N. and Garcia, K. Christopher and Baker, David},
date = {2022/05/01},
date-added = {2024-03-28 16:08:49 -0400},
date-modified = {2024-03-28 16:08:49 -0400},
doi = {10.1038/s41586-022-04654-9},
id = {Cao2022},
isbn = {1476-4687},
journal = {Nature},
number = {7910},
pages = {551--560},
title = {Design of protein-binding proteins from the target structure alone},
url = {https://doi.org/10.1038/s41586-022-04654-9},
volume = {605},
year = {2022}}
@article{Castillo:2011aa,
abstract = {The computational cost for the simulation of NMR spectra grows exponentially with the number of nuclei. Today, the memory available to store the Hamiltonian limits the size of the system that can be studied. Modern computers enable to tackle systems containing up to 13 spins {$[$}1{$]$}, which obviously does not allow to study most molecules of interest in research. This issue can be addressed by identifying groups of spins or fragments that are not or only weakly interacting together, i.e., that only share weakly coupled spin pairs. Such a fragmentation is only permitted in the weak coupling regime, i.e., when the coupling interaction is weak compared to the difference in chemical shift of the coupled spins. Here, we propose a procedure that removes weak coupling interactions in order to split the spin system efficiently and to correct a posteriori for the effect of the neglected couplings. This approach yields accurate spectra when the adequate interactions are removed, i.e., between spins only involved in weak coupling interactions, but fails otherwise. As a result, the computational time for the simulation of 1D spectra grows linearly with the size of the spin system.},
author = {Castillo, Andr{\'e}s M. and Patiny, Luc and Wist, Julien},
date = {2011/04/01/},
date-added = {2024-03-28 13:57:58 -0400},
date-modified = {2024-04-10 13:07:16 -0400},
doi = {10.1016/j.jmr.2010.12.008},
isbn = {1090-7807},
journal = {J Magn Reson},
keywords = {Quantum spin dynamics; Spectra Simulation; NMR; Scalar coupling; Clustering},
number = {2},
pages = {123--130},
title = {Fast and accurate algorithm for the simulation of NMR spectra of large spin systems},
url = {https://www.sciencedirect.com/science/article/pii/S1090780710004003},
volume = {209},
year = {2011}}
@article{Li:2023aa,
author = {Li, D.-W. and Bruschweiler-Li, L. and Hansen, A. L. and Br\"uschweiler, R.},
date-added = {2024-03-28 13:53:18 -0400},
date-modified = {2024-03-28 13:53:31 -0400},
doi = {10.5194/mr-4-19-2023},
journal = {Magnetic Resonance},
number = {1},
pages = {19--26},
title = {DEEP Picker1D and Voigt Fitter1D: a versatile tool set for the automated quantitative spectral deconvolution of complex 1D-NMR spectra},
url = {https://mr.copernicus.org/articles/4/19/2023/},
volume = {4},
year = {2023}}
@article{Tiainen:2014aa,
abstract = {The quantitative interpretation of 1H NMR spectra of mixtures like the biofluids is a demanding task due to spectral complexity and overlap. Complications may arise also from water suppression, T2-editing, protein interactions, relaxation differences of the species, experimental artifacts and, furthermore, the spectra may contain unknown components and macromolecular background which cannot be easily separated from baseline. In this work, tools and strategies for quantitative Quantum Mechanical Spectral Analysis (qQMSA) of 1H NMR spectra from complex mixtures were developed and systematically assessed. In the present approach, the signals of well-defined, stoichiometric components are described by a QM model, while the background is described by a multiterm baseline function and the unknown signals using optimizable and adjustable lines, regular multiplets or any spectral structures which can be composed from spectral lines. Any prior knowledge available from the spectrum can also be added to the model. Fitting strategies for weak and strongly overlapping spectral systems were developed and assessed using two basic model systems, the metabolite mixtures without and with macromolecular (serum) background. The analyses show that if the spectra are measured in high-throughput manner, the consistent absolute quantification demands some calibration to compensate the different response factors of the protons and compounds. On the other hand, the results show that also the T2-edited spectra can be measured so that they obey well the QM rules. In general, qQMSA exploits and interprets the spectral information in maximal way taking full advantage from the QM properties of the spectra and, at the same time, offers chemical confidence which means that individual components can be identified with high confidence on the basis of their accurate spectral parameters.},
author = {Tiainen, Mika and Soininen, Pasi and Laatikainen, Reino},
date = {2014/05/01/},
date-added = {2024-03-27 18:17:50 -0400},
date-modified = {2024-04-10 13:10:43 -0400},
doi = {10.1016/j.jmr.2014.02.008},
isbn = {1090-7807},
journal = {J Magn Reson},
keywords = {Quantum mechanical; Quantitative NMR; Spectral analysis; QMSA; Serum; Mixtures; Biofluids},
pages = {67--78},
title = {Quantitative Quantum Mechanical Spectral Analysis (qQMSA) of 1H NMR spectra of complex mixtures and biofluids},
url = {https://www.sciencedirect.com/science/article/pii/S1090780714000469},
volume = {242},
year = {2014}}
@article{Cheshkov:2018aa,
author = {Cheshkov, D. A. and Sheberstov, K. F. and Sinitsyn, D. O. and Chertkov, V. A.},
date = {2018/06/01},
date-added = {2024-03-27 18:01:02 -0400},
date-modified = {2024-04-10 13:07:33 -0400},
doi = {10.1002/mrc.4689},
isbn = {0749-1581},
journal = {Magn Reson Chem},
journal1 = {Magnetic Resonance in Chemistry},
journal2 = {Magnetic Resonance in Chemistry},
journal3 = {Magn Reson Chem},
keywords = {1D NMR simulation; broadening approach; multiplet structure elucidation; total lineshape analysis},
month = {2024/03/27},
n2 = {In this paper we present a new fast and free open-source software package ANATOLIA for the total lineshape analysis of NMR spectra. It performs fitting of experimental 1D NMR spectra based on quantum mechanical formalism. The program serves for the determination of J-coupling constants and elucidation of complicated multiplet structures including strongly coupled systems. The program utilizes the Lorentzian broadening approach for local minima suppression. It is developed in the C++ language for standard personal computers. ANATOLIA is adapted to work with the Bruker NMR spectral format and could be conveniently integrated into the TopSpin software package. This tutorial contains a program description, 2 demonstration examples, and general recommendations for NMR spectra analysis.},
number = {6},
pages = {449--457},
publisher = {John Wiley \& Sons, Ltd},
title = {ANATOLIA: NMR software for spectral analysis of total lineshape},
url = {https://doi.org/10.1002/mrc.4689},
volume = {56},
year = {2018},
year1 = {2018}}
@inbook{Cheshkov:2020aa,
abstract = {Analysis of high-resolution NMR spectra consist in determining the parameters of the spin system that provide the best correspondence between the theoretical and experimental spectra. This review is devoted to modern approaches to the total line shape analysis of high-resolution NMR spectra; discussion of difficulties and pitfalls associated with both the fundamental features of high-resolution NMR spectra and the optimization of parameters values. The question of the accuracy of determining values of spin systems parameters is discussed. Practical examples of the spectra analysis are considered, as well as recommendations for obtaining experimental NMR spectra of high quality.},
author = {Cheshkov, Dmitry A. and Sinitsyn, Dmitry O.},
booktitle = {Annual Reports on NMR Spectroscopy},
date = {2020/01/01/},
date-added = {2024-03-27 18:01:02 -0400},
date-modified = {2024-03-30 20:04:16 -0400},
doi = {10.1016/bs.arnmr.2019.11.001},
editor = {Webb, Graham A.},
isbn = {0066-4103},
keywords = {Total line shape analysis; Spin-spin coupling constants; Multiplet structure elucidation; Broadening approach; Simulated annealing},
pages = {61--96},
publisher = {Academic Press},
title = {Chapter Two - Total line shape analysis of high-resolution NMR spectra},
url = {https://www.sciencedirect.com/science/article/pii/S0066410319300419},
volume = {100},
year = {2020}}
@article{Heinzer:1977aa,
abstract = {A iterative least-squares procedure for the lineshape fitting of high-resolution NMR spectra making use of symmetry and magnetic equivalence factorization is outlined. Parameter refinements of large spin systems are speeded up substantially by the aid of first-order perturbation theory. The program NMRCON handling up to six different chemical shifts is described. Three examples illustrate the application of the program.},
author = {Heinzer, J},
date = {1977/05/01/},
date-added = {2024-03-27 18:00:41 -0400},
date-modified = {2024-04-10 13:09:29 -0400},
doi = {10.1016/0022-2364(77)90176-7},
isbn = {0022-2364},
journal = {J Magn Reson},
number = {2},
pages = {301--316},
title = {Iterative least-squares nmr lineshape fitting with use of symmetry and magnetic equivalence factorization},
url = {https://www.sciencedirect.com/science/article/pii/0022236477901767},
volume = {26},
year = {1977}}
@article{Castellano:1964aa,
abstract = {An iterative method for the least‐squares analysis of an observed high‐resolution NMR spectrum is described. The method is applicable even if not all lines are assignable, is not affected by symmetry in the Hamiltonian, yields an estimate of the ellipsoid of error, and converges relatively rapidly to a predetermined assignment. A computer program based on this method is described. Effectively infinite chemical shift may be introduced permitting the analysis of ABXY, etc., spectra. An illustration of its application to the analysis of the proton spectrum of 2‐benzoylpyridine is given.},
author = {Castellano, S. and Bothner‐By, A. A.},
date-added = {2024-03-27 18:00:14 -0400},
date-modified = {2024-04-10 13:06:59 -0400},
doi = {10.1063/1.1725826},
isbn = {0021-9606},
journal = {J Chem Phys},
journal1 = {J. Chem. Phys.},
month = {3/27/2024},
number = {12},
pages = {3863--3869},
title = {Analysis of NMR Spectra by Least Squares},
url = {https://doi.org/10.1063/1.1725826},
volume = {41},
year = {1964},
year1 = {1964/12/15}}
@article{Achanta:2021aa,
abstract = {Issues related to pharmaceutical quality are arising at an alarming rate. Pharmaceutical quality concerns both the Active Pharmaceutical Ingredients (APIs) and the Finished Drug Product/ Formulation. Recently, there has been a significant increase in the number of reports of harmful impurities in marketed drug formulations. Impurities range from solvents, reactants, adulterants, and catalysts to synthetic byproducts. Quality concerns in commercial preparations may also arise due to shelf life stability. Furthermore, a number of falsified and substandard drug cases have been reported. Most of the techniques which are currently in place can, at best, detect the impurities, but cannot identify them unless they are already known and can be compared to a standard. On the other hand, 1H NMR spectroscopy detects all the hydrogen containing species, typically provides information to elucidate structures partially or even completely, and through its absolute quantitative capabilities even can detect the presence hydrogen-free species indirectly. The structural properties that produce 1H NMR signals as characteristic representations of a given molecule are the chemical shifts (δin ppm) and coupling constants (J in Hz). Along with the line widths (ω1/2 in Hz), these parameters are bound to both the molecule and the NMR experimental conditions by quantum mechanical (QM) principles. This means that the 1H NMR spectra of APIs can be precisely calculated and compared to the experimental data. This review explains how 1H NMR spectroscopy coupled with Full Spin Analysis can contribute towards the quality control of pharmaceuticals by improving structural dereplication and achieving simultaneous quantification of both APIs and their contaminants.},
author = {Achanta, Prabhakar S. and Jaki, Birgit U. and McAlpine, James B. and Friesen, J. Brent and Niemitz, Matthias and Chen, Shao-Nong and Pauli, Guido F.},
date = {2021/01/05/},
date-added = {2024-03-27 17:59:46 -0400},
date-modified = {2024-04-10 13:05:55 -0400},
doi = {10.1016/j.jpba.2020.113601},
isbn = {0731-7085},
journal = {J Pharmaceut Biomed},
keywords = {H NMR spectroscopy (HNMR); Quantum mechanics; Signal multiplicity; Calculated NMR spectra; Simulated NMR spectra},
pages = {113601},
title = {Quantum mechanical NMR full spin analysis in pharmaceutical identity testing and quality control},
url = {https://www.sciencedirect.com/science/article/pii/S0731708520314874},
volume = {192},
year = {2021}}
@article{Smith:2017aa,
abstract = {Software for fitting of NMR spectra in MATLAB is presented. Spectra are fitted in the frequency domain, using Fourier transformed lineshapes, which are derived using the experimental acquisition and processing parameters. This yields more accurate fits compared to common fitting methods that use Lorentzian or Gaussian functions. Furthermore, a very time-efficient algorithm for calculating and fitting spectra has been developed. The software also performs initial peak picking, followed by subsequent fitting and refinement of the peak list, by iteratively adding and removing peaks to improve the overall fit. Estimation of error on fitting parameters is performed using a Monte-Carlo approach. Many fitting options allow the software to be flexible enough for a wide array of applications, while still being straightforward to set up with minimal user input.},
author = {Smith, Albert A.},
date = {2017/02/01},
date-added = {2024-03-27 09:56:42 -0400},
date-modified = {2024-04-10 13:11:50 -0400},
doi = {10.1007/s10858-016-0085-2},
id = {Smith2017},
isbn = {1573-5001},
journal = {J Biomol NMR},
number = {2},
pages = {77--94},
title = {INFOS: spectrum fitting software for NMR analysis},
url = {https://doi.org/10.1007/s10858-016-0085-2},
volume = {67},
year = {2017}}
@article{Niklasson:2017aa,
abstract = {NMR spectroscopy is uniquely suited for atomic resolution studies of biomolecules such as proteins, nucleic acids and metabolites, since detailed information on structure and dynamics are encoded in positions and line shapes of peaks in NMR spectra. Unfortunately, accurate determination of these parameters is often complicated and time consuming, in part due to the need for different software at the various analysis steps and for validating the results. Here, we present an integrated, cross-platform and open-source software that is significantly more versatile than the typical line shape fitting application. The software is a completely redesigned version of PINT (https://pint-nmr.github.io/PINT/). It features a graphical user interface and includes functionality for peak picking, editing of peak lists and line shape fitting. In addition, the obtained peak intensities can be used directly to extract, for instance, relaxation rates, heteronuclear NOE values and exchange parameters. In contrast to most available software the entire process from spectral visualization to preparation of publication-ready figures is done solely using PINT and often within minutes, thereby, increasing productivity for users of all experience levels. Unique to the software are also the outstanding tools for evaluating the quality of the fitting results and extensive, but easy-to-use, customization of the fitting protocol and graphical output. In this communication, we describe the features of the new version of PINT and benchmark its performance.},
author = {Niklasson, Markus and Otten, Renee and Ahlner, Alexandra and Andresen, Cecilia and Schlagnitweit, Judith and Petzold, Katja and Lundstr{\"o}m, Patrik},
date = {2017/10/01},
date-added = {2024-03-27 09:55:09 -0400},
date-modified = {2024-04-10 13:12:56 -0400},
doi = {10.1007/s10858-017-0141-6},
id = {Niklasson2017},
isbn = {1573-5001},
journal = {J Biomol NMR},
number = {2},
pages = {93--99},
title = {Comprehensive analysis of NMR data using advanced line shape fitting},
url = {https://doi.org/10.1007/s10858-017-0141-6},
volume = {69},
year = {2017}}
@article{Ahlner:2013aa,
abstract = {We present the software Peak INTegration (PINT), designed to perform integration of peaks in NMR spectra. The program is very simple to run, yet powerful enough to handle complicated spectra. Peaks are integrated by fitting predefined line shapes to experimental data and the fitting can be customized to deal with, for instance, heavily overlapped peaks. The results can be inspected visually, which facilitates systematic optimization of the line shape fitting. Finally, integrated peak volumes can be used to extract parameters such as relaxation rates and information about low populated states. The utility of PINT is demonstrated by applications to the 59 residue SH3 domain of the yeast protein Abp1p and the 289 residue kinase domain of murine EphB2.},
author = {Ahlner, Alexandra and Carlsson, Mats and Jonsson, Bengt-Harald and Lundstr{\"o}m, Patrik},
date = {2013/07/01},
date-added = {2024-03-27 09:54:45 -0400},
date-modified = {2024-04-10 13:06:14 -0400},
doi = {10.1007/s10858-013-9737-7},
id = {Ahlner2013},
isbn = {1573-5001},
journal = {J Biomol NMR},
number = {3},
pages = {191--202},
title = {PINT: a software for integration of peak volumes and extraction of relaxation rates},
url = {https://doi.org/10.1007/s10858-013-9737-7},
volume = {56},
year = {2013}}
@article{Bernstein:2013aa,
abstract = {NMR is routinely used to quantitate chemical species. The necessary experimental procedures to acquire quantitative data are well-known, but relatively little attention has been applied to data processing and analysis. We describe here a robust expert system that can be used to automatically choose the best signals in a sample for overall concentration determination and determine analyte concentration using all accepted methods. The algorithm is based on the complete deconvolution of the spectrum which makes it tolerant of cases where signals are very close to one another and includes robust methods for the automatic classification of NMR resonances and molecule-to-spectrum multiplets assignments. With the functionality in place and optimized, it is then a relatively simple matter to apply the same workflow to data in a fully automatic way. The procedure is desirable for both its inherent performance and applicability to NMR data acquired for very large sample sets.},
annote = {doi: 10.1021/ac400411q},
author = {Bernstein, Michael A. and S{\'y}kora, Stan and Peng, Chen and Barba, Agust{\'\i}n and Cobas, Carlos},
date = {2013/06/18},
date-added = {2024-03-26 17:12:44 -0400},
date-modified = {2024-04-10 13:06:33 -0400},
doi = {10.1021/ac400411q},
isbn = {0003-2700},
journal = {Anal Chem},
journal1 = {Analytical Chemistry},
journal2 = {Anal. Chem.},
month = {06},
n2 = {NMR is routinely used to quantitate chemical species. The necessary experimental procedures to acquire quantitative data are well-known, but relatively little attention has been applied to data processing and analysis. We describe here a robust expert system that can be used to automatically choose the best signals in a sample for overall concentration determination and determine analyte concentration using all accepted methods. The algorithm is based on the complete deconvolution of the spectrum which makes it tolerant of cases where signals are very close to one another and includes robust methods for the automatic classification of NMR resonances and molecule-to-spectrum multiplets assignments. With the functionality in place and optimized, it is then a relatively simple matter to apply the same workflow to data in a fully automatic way. The procedure is desirable for both its inherent performance and applicability to NMR data acquired for very large sample sets.},
number = {12},
pages = {5778--5786},
publisher = {American Chemical Society},
title = {Optimization and Automation of Quantitative NMR Data Extraction},
type = {doi: 10.1021/ac400411q},
url = {https://doi.org/10.1021/ac400411q},
volume = {85},
year = {2013},
year1 = {2013}}
@article{Hogben:2011aa,
abstract = {We introduce a software library incorporating our recent research into efficient simulation algorithms for large spin systems. Liouville space simulations (including symmetry, relaxation and chemical kinetics) of most liquid-state NMR experiments on 40+ spin systems can now be performed without effort on a desktop workstation. Much progress has also been made with improving the efficiency of ESR, solid state NMR and Spin Chemistry simulations. Spinach is available for download at http://spindynamics.org.},
author = {Hogben, H. J. and Krzystyniak, M. and Charnock, G. T. P. and Hore, P. J. and Kuprov, Ilya},
date = {2011/02/01/},
date-added = {2024-03-26 16:56:04 -0400},
date-modified = {2024-04-10 13:16:13 -0400},
doi = {10.1016/j.jmr.2010.11.008},
isbn = {1090-7807},
journal = {J Magn Reson},
keywords = {NMR; ESR; Simulation; Spin dynamics;},
number = {2},
pages = {179--194},
title = {Spinach -- A software library for simulation of spin dynamics in large spin systems},
url = {https://www.sciencedirect.com/science/article/pii/S1090780710003575},
volume = {208},
year = {2011}}
@article{Veshtort:2006aa,
abstract = {Exact numerical simulations of NMR experiments are often required for the development of new techniques and for the extraction of structural and dynamic information from the spectra. Simulations of solid-state magic angle spinning (MAS) experiments can be particularly demanding both computationally and in terms of the programming required to carry them out, even if special simulation software is used. We recently developed a number of approaches that dramatically improve the efficiency and allow a high degree of automation of these computations. In the present paper, we describe SPINEVOLUTION, a highly optimized computer program that implements the new methodology. The algorithms used in the program will be described separately. Although particularly efficient for the simulation of experiments with complex pulse sequences and multi-spin systems in solids, SPINEVOLUTION is a versatile and easy to use tool for the simulation and optimization of virtually any NMR experiment. The performance of SPINEVOLUTION was compared with that of another recently developed NMR simulation package, SIMPSON. Benchmarked on a series of examples, SPINEVOLUTION was consistently found to be orders of magnitude faster. At the time of publication, the program is available gratis for non-commercial use.},
author = {Veshtort, Mikhail and Griffin, Robert G.},
date = {2006/02/01/},
date-added = {2024-03-26 16:22:28 -0400},
date-modified = {2024-04-10 13:10:32 -0400},
doi = {10.1016/j.jmr.2005.07.018},
isbn = {1090-7807},
journal = {J Magn Reson},
keywords = {NMR simulations; Virtual NMR spectrometer; Software; Parameter optimization; Data fitting},
number = {2},
pages = {248--282},
title = {SPINEVOLUTION: A powerful tool for the simulation of solid and liquid state NMR experiments},
url = {https://www.sciencedirect.com/science/article/pii/S1090780705002442},
volume = {178},
year = {2006}}
@article{Kessler:1985aa,
author = {Kessler, H. and M{\"u}ller, A. and Oschkinat, H.},
date = {1985/10/01},
date-added = {2024-03-26 14:53:04 -0400},
date-modified = {2024-04-10 13:15:02 -0400},
doi = {10.1002/mrc.1260231012},
isbn = {0749-1581},
journal = {Magn Reson Chem},
journal1 = {Magnetic Resonance in Chemistry},
journal2 = {Magnetic Resonance in Chemistry},
journal3 = {Magn. Reson. Chem.},
month = {2024/03/26},
n2 = {Abstract A procedure is proposed for obtaining coupling constants from phase-sensitive H,H-COSY spectra. For this purpose, firstly pseudo-one-dimensional spectra are created by co-addition of individual traces of cross-peaks, and by a similar addition of diagonal peaks in a spectrum which is phase corrected to pure-absorption line shapes. The sum and difference of the pseudo-one-dimensional spectra of a cross-peak and its diagonal peak give two spectra, with a pattern in which the active coupling ceases to exist (?spin decoupling?) but is shifted by half the value of the same. If diagonal peaks are not available owing to overlapping signals, sums and differences of the pseudo-one-dimensional spectra of two cross-peaks can be applied to simplify spectral patterns for the evaluation of J values. The procedure is demonstrated with the example of the AMXY spin system of a tyrosine, and the complex pattern of the Pro8 spin system of the cyclic decapeptide antamanide. The conformation of the Pro8 ring, derived from the coupling constants thus obtained, is of the ?E type.},
number = {10},
pages = {844--852},
publisher = {John Wiley \& Sons, Ltd},
title = {Differences and sums of traces within, COSY spectra (DISCO) for the extraction of coupling constants: `Decoupling' after the measurement},
url = {https://doi.org/10.1002/mrc.1260231012},
volume = {23},
year = {1985},
year1 = {1985}}
@article{Delaglio:2001aa,
abstract = {An interactive computer procedure is described which determines 1H--1H couplings from fitting the cross-peak multiplets in regular phase-sensitive COSY spectra. The robustness and simplicity of the method rely on the fact that a given cross-peak intensity is not an independent variable in the fitting procedure, making it possible to measure couplings accurately even from individual cross peaks with unresolved multiplet structure.},
author = {Delaglio, Frank and Wu, Zhengrong and Bax, Ad},
date = {2001/04/01/},
date-added = {2024-03-26 14:51:29 -0400},
date-modified = {2024-04-10 13:08:14 -0400},
doi = {10.1006/jmre.2001.2297},
isbn = {1090-7807},
journal = {J Magn Reson},
number = {2},
pages = {276--281},
title = {Measurement of Homonuclear Proton Couplings from Regular 2D COSY Spectra},
url = {https://www.sciencedirect.com/science/article/pii/S1090780701922979},
volume = {149},
year = {2001}}
@article{Vuister:1993aa,
annote = {doi: 10.1021/ja00070a024},
author = {Vuister, Geerten W. and Bax, Ad},
date = {1993/08/01},
date-added = {2024-03-20 10:38:08 -0400},
date-modified = {2024-04-10 13:10:11 -0400},
doi = {10.1021/ja00070a024},
isbn = {0002-7863},
journal = {J Am Chem Soc},
journal1 = {Journal of the American Chemical Society},
journal2 = {J. Am. Chem. Soc.},
month = {08},
number = {17},
pages = {7772--7777},
publisher = {American Chemical Society},
title = {Quantitative J correlation: a new approach for measuring homonuclear three-bond J(HNH{$\alpha$}) coupling constants in 15N-enriched proteins},
type = {doi: 10.1021/ja00070a024},
url = {https://doi.org/10.1021/ja00070a024},
volume = {115},
year = {1993},
year1 = {1993}}
@article{Grzesiek:1995aa,
annote = {doi: 10.1021/ja00124a014},
author = {Grzesiek, Stephan and Kuboniwa, Hitoshi and Hinck, Andrew P. and Bax, Ad},
date = {1995/05/01},
date-added = {2024-03-20 10:28:44 -0400},
date-modified = {2024-04-10 13:16:02 -0400},
doi = {10.1021/ja00124a014},
isbn = {0002-7863},
journal = {J Am Chem Soc},
journal1 = {Journal of the American Chemical Society},
journal2 = {J. Am. Chem. Soc.},
month = {05},
number = {19},
pages = {5312--5315},
publisher = {American Chemical Society},
title = {Multiple-Quantum Line Narrowing for Measurement of H{$\alpha$}-H{$\beta$} J Couplings in Isotopically Enriched Proteins},
type = {doi: 10.1021/ja00124a014},
url = {https://doi.org/10.1021/ja00124a014},
volume = {117},
year = {1995},
year1 = {1995}}
@article{Tessari:1995aa,
author = {Tessari, M. and Mariani, M. and Boelens, R. and Kaptein, R.},
date = {1995/07/01/},
date-added = {2024-03-20 10:27:14 -0400},
date-modified = {2024-04-10 13:11:02 -0400},
doi = {10.1006/jmrb.1995.1108},
isbn = {1064-1866},
journal = {J Magn Reson Ser B},
number = {1},
pages = {89--93},
title = {(H)XYH-COSY and (H)XYH-E.COSY Experiments for Backbone and Side-Chain Assignment and Determination of 3JHH' Coupling Constants in (13C, 15N)-Labeled Proteins},
url = {https://www.sciencedirect.com/science/article/pii/S1064186685711089},
volume = {108},
year = {1995}}
@article{Emerson:1992aa,
author = {Emerson, S. Donald and Montelione, Gaetano T.},
date = {1992/09/01/},
date-added = {2024-03-20 09:44:57 -0400},
date-modified = {2024-04-10 13:09:02 -0400},
doi = {10.1016/0022-2364(92)90196-E},
isbn = {0022-2364},
journal = {J Magn Reson},
number = {2},
pages = {413--420},
title = {2D and 3D HCCH TOCSY experiments for determining 3J(H{$\alpha$}H{$\beta$}) coupling constants of amino acid residues},
url = {https://www.sciencedirect.com/science/article/pii/002223649290196E},
volume = {99},
year = {1992}}
@article{Griesinger:1992aa,
author = {Griesinger, C and Eggenberger, U},
date = {1992/04/01/},
date-added = {2024-03-20 09:42:41 -0400},
date-modified = {2024-04-10 13:09:23 -0400},
doi = {10.1016/0022-2364(92)90328-5},
isbn = {0022-2364},
journal = {J Magn Reson},
number = {2},
pages = {426--434},
title = {Determination of proton-proton coupling constants in 13C-labeled molecules},
url = {https://www.sciencedirect.com/science/article/pii/0022236492903285},
volume = {97},
year = {1992}}
@article{Gemmecker:1991aa,
author = {Gemmecker, Gerd and Fesik, Stephen W},
date = {1991/10/15/},
date-added = {2024-03-20 09:42:20 -0400},
date-modified = {2024-04-10 13:09:14 -0400},
doi = {10.1016/0022-2364(91)90340-Y},
isbn = {0022-2364},
journal = {J Magn Reson},
number = {1},
pages = {208--213},
title = {A method for measuring 1H-1H coupling constants in 13C-labeled molecules},
url = {https://www.sciencedirect.com/science/article/pii/002223649190340Y},
volume = {95},
year = {1991}}
@inbook{Vuister:2002aa,
address = {Boston, MA},
author = {Vuister, Geerten W. and Tessari, Marco and Karimi-Nejad, Yasmin and Whitehead, Brian},
booktitle = {Modern Techniques in Protein NMR},
date-added = {2024-03-19 16:49:14 -0400},
date-modified = {2024-03-19 16:49:38 -0400},
doi = {10.1007/0-306-47083-7_6},
editor = {Krishna, N. Rama and Berliner, Lawrence J.},
isbn = {978-0-306-47083-7},
pages = {195--257},
publisher = {Springer US},
title = {Pulse Sequences for Measuring Coupling Constants},
url = {https://doi.org/10.1007/0-306-47083-7_6},
year = {2002}}
@article{Prasch:1998aa,
author = {Prasch, Thomas and Gr{\"o}schke, Peter and Glaser, Steffen J.},
date = {1998/04/03},
date-added = {2024-03-19 12:05:17 -0400},
date-modified = {2024-04-10 13:12:47 -0400},
doi = {10.1002/(SICI)1521-3773(19980403)37:6<802::AID-ANIE802>3.0.CO;2-M},
isbn = {1433-7851},
journal = {Angew Chem Int Edit},
journal1 = {Angewandte Chemie International Edition},
journal2 = {Angewandte Chemie International Edition},
journal3 = {Angewandte Chemie International Edition},
keywords = {NMR spectroscopy; Peptides; Proteins; Structure elucidation},
month = {2024/03/19},
n2 = {Abstract The simultaneous acquisition of in-phase and antiphase multiplets with high sensitivity and minimum overlap (see section of 2D spectra on the right) is possible in a novel NMR experiment. Based on this method, homonuclear coupling constants such as the 3J(HN,H{$\alpha$}) couplings in peptides and proteins can be determined quantitatively without isotope labeling.},
number = {6},
pages = {802--806},
publisher = {John Wiley \& Sons, Ltd},
title = {SIAM, a Novel NMR Experiment for the Determination of Homonuclear Coupling Constants},
url = {https://doi.org/10.1002/(SICI)1521-3773(19980403)37:6<802::AID-ANIE802>3.0.CO;2-M},
volume = {37},
year = {1998},
year1 = {1998}}
@article{Oschkinat:1984aa,
author = {Oschkinat, Hartmut and Freeman, Ray},
date = {1984/10/15/},
date-added = {2024-03-19 11:52:41 -0400},
date-modified = {2024-04-10 13:09:34 -0400},
doi = {10.1016/0022-2364(84)90044-1},
isbn = {0022-2364},
journal = {J Magn Reson},
number = {1},
pages = {164--169},
title = {Fine structure in two-dimensional NMR correlation spectroscopy},
url = {https://www.sciencedirect.com/science/article/pii/0022236484900441},
volume = {60},
year = {1984}}
@article{Huber:1993aa,
author = {Huber, P. and Zwahlen, C. and Vincent, S. J. F. and Bodenhausen, G.},
date = {1993/06/01/},
date-added = {2024-03-19 11:42:40 -0400},
date-modified = {2024-04-10 13:16:35 -0400},
doi = {10.1006/jmra.1993.1142},
isbn = {1064-1858},
journal = {J Magn Reson Ser A},
number = {1},
pages = {118--121},
title = {Accurate Determination of Scalar Couplings by Convolution of Complementary Two-Dimensional Multiplets},
url = {https://www.sciencedirect.com/science/article/pii/S1064185883711423},
volume = {103},
year = {1993}}
@article{Titman:1990aa,
author = {Titman, Jeremy J and Keeler, James},
date = {1990/10/01/},
date-added = {2024-03-19 11:41:20 -0400},
date-modified = {2024-04-10 13:09:37 -0400},
doi = {10.1016/0022-2364(90)90351-9},
isbn = {0022-2364},
journal = {J Magn Reson},
number = {3},
pages = {640--646},
title = {Measurement of homonuclear coupling constants from NMR correlation spectra},
url = {https://www.sciencedirect.com/science/article/pii/0022236490903519},
volume = {89},
year = {1990}}
@article{Lohr:1999aa,
annote = {doi: 10.1021/ja991356h},
author = {L{\"o}hr, Frank and Schmidt, J{\"u}rgen M. and R{\"u}terjans, Heinz},
date = {1999/12/01},
date-added = {2024-03-19 11:28:02 -0400},
date-modified = {2024-04-10 13:13:06 -0400},
doi = {10.1021/ja991356h},
isbn = {0002-7863},
journal = {J Am Chem Soc},
journal1 = {Journal of the American Chemical Society},
journal2 = {J. Am. Chem. Soc.},
month = {12},
number = {50},
pages = {11821--11826},
publisher = {American Chemical Society},
title = {Simultaneous Measurement of 3JHN,H{$\alpha$} and 3JH{$\alpha$},H{$\beta$} Coupling Constants in 13C,15N-Labeled Proteins},
type = {doi: 10.1021/ja991356h},
url = {https://doi.org/10.1021/ja991356h},
volume = {121},
year = {1999},
year1 = {1999}}
@article{Delaglio:1995aa,
abstract = {The NMRPipe system is a UNIX software environment of processing, graphics, and analysis tools designed to meet current routine and research-oriented multidimensional processing requirements, and to anticipate and accommodate future demands and developments. The system is based on UNIX pipes, which allow programs running simultaneously to exchange streams of data under user control. In an NMRPipe processing scheme, a stream of spectral data flows through a pipeline of processing programs, each of which performs one component of the overall scheme, such as Fourier transformation or linear prediction. Complete multidimensional processing schemes are constructed as simple UNIX shell scripts. The processing modules themselves maintain and exploit accurate records of data sizes, detection modes, and calibration information in all dimensions, so that schemes can be constructed without the need to explicitly define or anticipate data sizes or storage details of real and imaginary channels during processing. The asynchronous pipeline scheme provides other substantial advantages, including high flexibility, favorable processing speeds, choice of both all-in-memory and disk-bound processing, easy adaptation to different data formats, simpler software development and maintenance, and the ability to distribute processing tasks on multi-CPU computers and computer networks.},
author = {Delaglio, Frank and Grzesiek, Stephan and Vuister, Geerten W. and Zhu, Guang and Pfeifer, John and Bax, Ad},
date = {1995/11/01},
date-added = {2024-03-19 11:14:51 -0400},
date-modified = {2024-04-10 13:08:32 -0400},
doi = {10.1007/BF00197809},
id = {Delaglio1995},
isbn = {1573-5001},
journal = {J Biomol NMR},
number = {3},
pages = {277--293},
title = {NMRPipe: A multidimensional spectral processing system based on UNIX pipes},
url = {https://doi.org/10.1007/BF00197809},
volume = {6},
year = {1995}}
@article{Griesinger:1986aa,
abstract = {A novel and general concept of restricting coherence transfer in nuclear spin systems is described. It opens new possibilities for editing one‐and two‐dimensional NMR spectra. For example, the widely applied two‐dimensional correlation experiment COSY can be modified such as to restrict coherence transfer to take place exclusively between connected transitions in the energy level diagram. Such two‐dimensional spectra possess ideal features for assignment of complex scalar coupling networks and for computer assisted analysis. Experimental 1H spectra of a cyclic decapeptide are presented. Other applications of the general filtering concept are briefly discussed.},
author = {Griesinger, C. and S{\o}rensen, O. W. and Ernst, R. R.},
date-added = {2024-03-19 11:07:29 -0400},
date-modified = {2024-04-10 13:15:42 -0400},
doi = {10.1063/1.451421},
isbn = {0021-9606},
journal = {J Chem Phys},
journal1 = {J. Chem. Phys.},
month = {3/19/2024},
number = {12},
pages = {6837--6852},
title = {Correlation of connected transitions by two‐dimensional NMR spectroscopy},
url = {https://doi.org/10.1063/1.451421},
volume = {85},
year = {1986},
year1 = {1986/12/15}}
@article{Griesinger:1985aa,
annote = {doi: 10.1021/ja00308a042},
author = {Griesinger, C. and S{\o}rensen, O. W. and Ernst, R. R.},
date = {1985/10/01},
date-added = {2024-03-19 11:06:34 -0400},
date-modified = {2024-04-10 13:15:58 -0400},
doi = {10.1021/ja00308a042},
isbn = {0002-7863},
journal = {J Am Chem Soc},
journal1 = {Journal of the American Chemical Society},
journal2 = {J. Am. Chem. Soc.},
month = {10},
number = {22},
pages = {6394--6396},
publisher = {American Chemical Society},
title = {Two-dimensional correlation of connected NMR transitions},
type = {doi: 10.1021/ja00308a042},
url = {https://doi.org/10.1021/ja00308a042},
volume = {107},
year = {1985},
year1 = {1985}}
@article{Griesinger:1987aa,
abstract = {Practical aspects of the E.COSY technique for measurement of coupling constants are discussed. Guidelines are presented for the experimental setup and for spectral assignments. The features of E.COSY cross-peak multiplet patterns are illustrated by experimental spectra of valine, phenylalanine, and proline residues in the decapeptide antamanide.},
author = {Griesinger, C and S{\o}rensen, O. W and Ernst, R. R},
date = {1987/12/01/},
date-added = {2024-03-19 10:55:29 -0400},
date-modified = {2024-04-10 13:09:26 -0400},
doi = {10.1016/0022-2364(87)90102-8},
isbn = {0022-2364},
journal = {J Magn Reson},
number = {3},
pages = {474--492},
title = {Practical aspects of the E.COSY technique. Measurement of scalar spin-spin coupling constants in peptides},
url = {https://www.sciencedirect.com/science/article/pii/0022236487901028},
volume = {75},
year = {1987}}
@article{Shapovalov:2011aa,
abstract = {Summary Rotamer libraries are used in protein structure determination, prediction, and design. The backbone-dependent rotamer library consists of rotamer frequencies, mean dihedral angles, and variances as a function of the backbone dihedral angles. Structure prediction and design methods that employ backbone flexibility would strongly benefit from smoothly varying probabilities and angles. A new version of the backbone-dependent rotamer library has been developed using adaptive kernel density estimates for the rotamer frequencies and adaptive kernel regression for the mean dihedral angles and variances. This formulation allows for evaluation of the rotamer probabilities, mean angles, and variances as a smooth and continuous function of phi and psi. Continuous probability density estimates for the nonrotameric degrees of freedom of amides, carboxylates, and aromatic side chains have been modeled as a function of the backbone dihedrals and rotamers of the remaining degrees of freedom. New backbone-dependent rotamer libraries at varying levels of smoothing are available from http://dunbrack.fccc.edu.},
author = {Shapovalov, Maxim V. and Dunbrack, Roland L.},
date = {2011/06/08/},
date-added = {2024-03-12 16:49:43 -0400},
date-modified = {2024-03-19 11:13:56 -0400},
doi = {10.1016/j.str.2011.03.019},
isbn = {0969-2126},
journal = {Structure},
number = {6},
pages = {844--858},
title = {A Smoothed Backbone-Dependent Rotamer Library for Proteins Derived from Adaptive Kernel Density Estimates and Regressions},
url = {https://www.sciencedirect.com/science/article/pii/S0969212611001444},
volume = {19},
year = {2011}}
@article{Westbrook:2015aa,
abstract = {Summary: The Chemical Component Dictionary (CCD) is a chemical reference data resource that describes all residue and small molecule components found in Protein Data Bank (PDB) entries. The CCD contains detailed chemical descriptions for standard and modified amino acids/nucleotides, small molecule ligands and solvent molecules. Each chemical definition includes descriptions of chemical properties such as stereochemical assignments, chemical descriptors, systematic chemical names and idealized coordinates. The content, preparation, validation and distribution of this CCD chemical reference dataset are described.Availability and implementation: The CCD is updated regularly in conjunction with the scheduled weekly release of new PDB structure data. The CCD and amino acid variant reference datasets are hosted in the public PDB ftp repository at ftp://ftp.wwpdb.org/pub/pdb/data/monomers/components.cif.gz, ftp://ftp.wwpdb.org/pub/pdb/data/monomers/aa-variants-v1.cif.gz, and its mirror sites, and can be accessed from http://wwpdb.org.Contact: jwest{\char64}rcsb.rutgers.edu.Supplementary information: Supplementary data are available at Bioinformatics online.},
author = {Westbrook, John D. and Shao, Chenghua and Feng, Zukang and Zhuravleva, Marina and Velankar, Sameer and Young, Jasmine},
date-added = {2024-03-12 14:59:10 -0400},
date-modified = {2024-03-12 14:59:10 -0400},
doi = {10.1093/bioinformatics/btu789},
isbn = {1367-4803},
journal = {Bioinformatics},
journal1 = {Bioinformatics},
month = {3/12/2024},
number = {8},
pages = {1274--1278},
title = {The chemical component dictionary: complete descriptions of constituent molecules in experimentally determined 3D macromolecules in the Protein Data Bank},
url = {https://doi.org/10.1093/bioinformatics/btu789},
volume = {31},
year = {2015},
year1 = {2015/04/01}}
@article{Schmidt:1999aa,
abstract = {The concept of self-consistent J coupling evaluation exploits redundant structure information inherent in large sets of 3J coupling constants. Application to the protein Desulfovibrio vulgaris flavodoxin demonstrates the simultaneous refinement of torsion-angle values and related Karplus coefficients. The experimental basis includes quantitative coupling constants related to the polypeptide backbone φtorsion originating from a variety of heteronuclear 2D and 3D NMR correlation experiments, totalling 124 3J(HN,H{$\alpha$}), 129 3J(HN,C'), 121 3J(HN,C{$\beta$}), 128 3J(C'i−1,H{$\alpha$}i), 121 3J(C'i−1,C'i), and 122 3J(C'i−1,C{$\beta$}i). Without prior knowledge from either X-ray crystallography or NMR data, such as NOE distance constraints, accurate φdihedral angles are specified for 122 non-glycine and non-proline residues out of a total of 147 amino acids. Different models of molecular internal mobility are considered. The Karplus coefficients obtained are applicable to the conformational analysis of φtorsions in other polypeptides.},
author = {Schmidt, J{\"u}rgen M. and Bl{\"u}mel, Markus and L{\"o}hr, Frank and R{\"u}terjans, Heinz},
date = {1999/05/01},
date-added = {2024-03-12 14:44:15 -0400},
date-modified = {2024-04-10 13:11:42 -0400},
doi = {10.1023/A:1008345303942},
id = {Schmidt1999},
isbn = {1573-5001},
journal = {J Biomol NMR},
number = {1},
pages = {1--12},
title = {Self-consistent 3J coupling analysis for the joint calibration of Karplus coefficients and evaluation of torsion angles},
url = {https://doi.org/10.1023/A:1008345303942},
volume = {14},
year = {1999}}
@article{Karplus:1963aa,
annote = {doi: 10.1021/ja00901a059},
author = {Karplus, Martin.},
date = {1963/09/01},
date-added = {2024-03-12 14:19:39 -0400},
date-modified = {2024-04-10 13:15:14 -0400},
doi = {10.1021/ja00901a059},
isbn = {0002-7863},
journal = {J Am Chem Soc},
journal1 = {Journal of the American Chemical Society},
journal2 = {J. Am. Chem. Soc.},
month = {09},
number = {18},
pages = {2870--2871},
publisher = {American Chemical Society},
title = {Vicinal Proton Coupling in Nuclear Magnetic Resonance},
type = {doi: 10.1021/ja00901a059},
url = {https://doi.org/10.1021/ja00901a059},
volume = {85},
year = {1963},
year1 = {1963}}
@article{Perez:2001aa,
abstract = {Recently proposed self-consistent 3J coupling analysis (Schmidt, J. M.; Bl{\"u}mel, M.; L{\"o}hr, F.; R{\"u}terjans, H. J. Biomol. NMR 1999, 14, 1-12) has been carried out to calibrate Karplus parameters constituting the empirical dependence of 3J coupling constants on the chi1 dihedral angle in amino acid side chains. The procedure involves simultaneous least-squares optimization of six sets of three Karplus coefficients related to all six 3J coupling types accessible in 15N,13C-labeled proteins. A simple concept of fundamental and incremental component couplings is proposed to account for substituent effects, eventually yielding amino acid topology-specific Karplus parameters. The method is exemplified with recombinant Desulfovibrio vulgaris flavodoxin (147 amino acids, 16 kDa) with reference to a total of 749 experimental 3JHalpha,Hbeta, 3JN',Hbeta, 3JC',Hbeta, 3JHalpha,Cgamma, 3JN',Cgamma, and 3JC',Cgamma coupling constants. Unlike other parametrizations, the present method does not make reference to X-ray coordinates, so that the Karplus coefficients obtained are not influenced by differences between solution and crystal states. Cross validation using X-ray torsion angles demonstrates the improvement relative to previous parametrizations. The Karplus coefficients derived are applicable to other proteins, too. Parameter refinement also yields a series of chi1 torsion angles, providing valuable constraints for protein structure determination, as well as optional parameters of local angular mobility in the contexts of Gaussian random fluctuation or a three-site jump model. The procedure permits automatic stereospecific assignments of Hbeta and Cgamma chemical shifts. The majority of the flavodoxin side-chain conformations agrees with high-resolution X-ray structures of the protein. Marked deviations between NMR and X-ray datasets are attributed to different rotameric states due to crystal-packing effects and to conformational equilibria between multiple chi1 rotamers.},
address = {Institut f{\"u}r Biophysikalische Chemie, Johann Wolfgang Goethe-Universit{\"a}t, Biozentrum N230, Marie-Curie-Strasse 9, D-60439 Frankfurt am Main, Germany.},