Update README.md
Browse files
README.md
CHANGED
|
@@ -24,6 +24,21 @@ configs:
|
|
| 24 |
path: RNA/RNA.csv
|
| 25 |
- split: other
|
| 26 |
path: other/other.csv
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
---
|
| 28 |
<h1>Original Paper:</h1>
|
| 29 |
|
|
@@ -90,4 +105,24 @@ dataset_protein["train"].head()
|
|
| 90 |
<p><code>polyclass</code> defines the biological assembly category (e.g., a ribonucleoprotein complex composed of proteins and RNA).</p>
|
| 91 |
|
| 92 |
<p><code>polytype</code> defines the chemical nature of the specific chain listed in that row.</p>
|
| 93 |
-
<p>For example, in a Protein/RNA polyclass assembly (such as a ribosome), individual rows may have a polytype of Protein (e.g., ribosomal proteins) or RNA (e.g., rRNA chains). Thus, multiple polytypes can exist within a single polyclass. This distinction allows the dataset to represent both the system-level composition of a structure and the molecular identity of its individual components.</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
path: RNA/RNA.csv
|
| 25 |
- split: other
|
| 26 |
path: other/other.csv
|
| 27 |
+
citation_bibtex : |-
|
| 28 |
+
@article{Lawson2023,
|
| 29 |
+
title = {The Nucleic Acid Knowledgebase: a new portal for 3D structural information about nucleic acids},
|
| 30 |
+
volume = {52},
|
| 31 |
+
ISSN = {1362-4962},
|
| 32 |
+
url = {http://dx.doi.org/10.1093/nar/gkad957},
|
| 33 |
+
DOI = {10.1093/nar/gkad957},
|
| 34 |
+
number = {D1},
|
| 35 |
+
journal = {Nucleic Acids Research},
|
| 36 |
+
publisher = {Oxford University Press (OUP)},
|
| 37 |
+
author = {Lawson, Catherine L and Berman, Helen M and Chen, Li and Vallat, Brinda and Zirbel, Craig L},
|
| 38 |
+
year = {2023},
|
| 39 |
+
month = nov,
|
| 40 |
+
pages = {D245–D254}
|
| 41 |
+
}
|
| 42 |
---
|
| 43 |
<h1>Original Paper:</h1>
|
| 44 |
|
|
|
|
| 105 |
<p><code>polyclass</code> defines the biological assembly category (e.g., a ribonucleoprotein complex composed of proteins and RNA).</p>
|
| 106 |
|
| 107 |
<p><code>polytype</code> defines the chemical nature of the specific chain listed in that row.</p>
|
| 108 |
+
<p>For example, in a Protein/RNA polyclass assembly (such as a ribosome), individual rows may have a polytype of Protein (e.g., ribosomal proteins) or RNA (e.g., rRNA chains). Thus, multiple polytypes can exist within a single polyclass. This distinction allows the dataset to represent both the system-level composition of a structure and the molecular identity of its individual components.</p>
|
| 109 |
+
|
| 110 |
+
|
| 111 |
+
|
| 112 |
+
## Citation
|
| 113 |
+
```
|
| 114 |
+
@article{Lawson2023,
|
| 115 |
+
title = {The Nucleic Acid Knowledgebase: a new portal for 3D structural information about nucleic acids},
|
| 116 |
+
volume = {52},
|
| 117 |
+
ISSN = {1362-4962},
|
| 118 |
+
url = {http://dx.doi.org/10.1093/nar/gkad957},
|
| 119 |
+
DOI = {10.1093/nar/gkad957},
|
| 120 |
+
number = {D1},
|
| 121 |
+
journal = {Nucleic Acids Research},
|
| 122 |
+
publisher = {Oxford University Press (OUP)},
|
| 123 |
+
author = {Lawson, Catherine L and Berman, Helen M and Chen, Li and Vallat, Brinda and Zirbel, Craig L},
|
| 124 |
+
year = {2023},
|
| 125 |
+
month = nov,
|
| 126 |
+
pages = {D245--D254}
|
| 127 |
+
}
|
| 128 |
+
```
|