haneulpark commited on
Commit
c8d712c
·
verified ·
1 Parent(s): a337049

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -15
README.md CHANGED
@@ -127,6 +127,21 @@ The scaffolds are computational predictions and may not all fold as designed in
127
 
128
  Users should be aware that most of these are computationally predicted structures, not experimentally determined ones.
129
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
130
  ## Citation
131
 
132
  **BibTeX:**
@@ -145,22 +160,9 @@ Users should be aware that most of these are computationally predicted structure
145
  ```
146
 
147
  **APA:**
148
-
149
  Rettie, S. A., Campbell, K. V., Bera, A. K., Kang, A., Kozlov, S., Flores Bueso, Y., De La Cruz, J., Ahlrichs, M., Cheng, S., Gerben, S. R., Lamb, M., Murray, A., Adebomi, V., Zhou, G., DiMaio, F., Ovchinnikov, S., & Bhardwaj, G. (2025). Cyclic peptide structure prediction and design using AlphaFold2. *Nature Communications*, *16*, 4730. https://doi.org/10.1038/s41467-025-59940-7
150
-
151
- ## Glossary
152
-
153
- - **AfCycDesign**: The deep learning framework described in this paper that adapts AlphaFold2 for cyclic peptide structure prediction and design by introducing cyclic relative positional encoding.
154
- - **pLDDT**: Predicted Local Distance Difference Test — a per-residue confidence metric from AlphaFold2, ranging from 0 to 1, where higher values indicate greater prediction confidence.
155
- - **PAE**: Predicted Alignment Error — a metric from AlphaFold2 that estimates the error in the relative position of pairs of residues.
156
- - **Hallucination**: A de novo design approach that simultaneously generates sequence and structure by optimizing AlphaFold2 confidence metrics starting from a random sequence.
157
- - **Pnear**: A Rosetta-derived metric (0 to 1) indicating folding propensity; a value of 1 means the designed structure is the single lowest-energy conformation.
158
- - **CIF**: Crystallographic Information File — a standard file format for representing 3D molecular structures.
159
- - **Torsion bin clustering**: A method for grouping peptide structures by assigning bins (A, B, X, Y) based on backbone φ, ψ, and ω dihedral angles.
160
-
161
- ## More Information
162
-
163
- The AfCycDesign code is implemented within the ColabDesign framework. For additional details on methods and supplementary data, see the full paper and its supplementary materials at https://doi.org/10.1038/s41467-025-59940-7.
164
 
165
  ## Dataset Card Authors
166
 
 
127
 
128
  Users should be aware that most of these are computationally predicted structures, not experimentally determined ones.
129
 
130
+
131
+ ## Glossary
132
+
133
+ - **AfCycDesign**: The deep learning framework described in this paper that adapts AlphaFold2 for cyclic peptide structure prediction and design by introducing cyclic relative positional encoding.
134
+ - **pLDDT**: Predicted Local Distance Difference Test — a per-residue confidence metric from AlphaFold2, ranging from 0 to 1, where higher values indicate greater prediction confidence.
135
+ - **PAE**: Predicted Alignment Error — a metric from AlphaFold2 that estimates the error in the relative position of pairs of residues.
136
+ - **Hallucination**: A de novo design approach that simultaneously generates sequence and structure by optimizing AlphaFold2 confidence metrics starting from a random sequence.
137
+ - **Pnear**: A Rosetta-derived metric (0 to 1) indicating folding propensity; a value of 1 means the designed structure is the single lowest-energy conformation.
138
+ - **CIF**: Crystallographic Information File — a standard file format for representing 3D molecular structures.
139
+ - **Torsion bin clustering**: A method for grouping peptide structures by assigning bins (A, B, X, Y) based on backbone φ, ψ, and ω dihedral angles.
140
+
141
+ ## More Information
142
+
143
+ The AfCycDesign code is implemented within the ColabDesign framework. For additional details on methods and supplementary data, see the full paper and its supplementary materials at https://doi.org/10.1038/s41467-025-59940-7.
144
+
145
  ## Citation
146
 
147
  **BibTeX:**
 
160
  ```
161
 
162
  **APA:**
163
+ ```
164
  Rettie, S. A., Campbell, K. V., Bera, A. K., Kang, A., Kozlov, S., Flores Bueso, Y., De La Cruz, J., Ahlrichs, M., Cheng, S., Gerben, S. R., Lamb, M., Murray, A., Adebomi, V., Zhou, G., DiMaio, F., Ovchinnikov, S., & Bhardwaj, G. (2025). Cyclic peptide structure prediction and design using AlphaFold2. *Nature Communications*, *16*, 4730. https://doi.org/10.1038/s41467-025-59940-7
165
+ ```
 
 
 
 
 
 
 
 
 
 
 
 
 
166
 
167
  ## Dataset Card Authors
168