Update README.md
Browse files
README.md
CHANGED
|
@@ -60,11 +60,11 @@ dataset_protein["train"].head()
|
|
| 60 |
|
| 61 |
* `seq`: Amino acid or nucleotide sequence of the polymer chain.
|
| 62 |
|
| 63 |
-
<h2>polyclass vs polytype</h2>
|
| 64 |
|
| 65 |
-
<p>It is important to distinguish between the <code>polyclass<code> and <code>polytype<code>
|
| 66 |
|
| 67 |
-
<p><code>polyclass<code> defines the biological assembly category (e.g., a ribonucleoprotein complex composed of proteins and RNA).</p>
|
| 68 |
|
| 69 |
-
<p><code>polytype<code> defines the chemical nature of the specific chain listed in that row.</p>
|
| 70 |
-
<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>
|
|
|
|
| 60 |
|
| 61 |
* `seq`: Amino acid or nucleotide sequence of the polymer chain.
|
| 62 |
|
| 63 |
+
<h2><code>polyclass</code> vs <code>polytype</code> </h2>
|
| 64 |
|
| 65 |
+
<p>It is important to distinguish between the <code>polyclass</code> and <code>polytype</code>attributes.</p>
|
| 66 |
|
| 67 |
+
<p><code>polyclass</code> defines the biological assembly category (e.g., a ribonucleoprotein complex composed of proteins and RNA).</p>
|
| 68 |
|
| 69 |
+
<p><code>polytype</code> defines the chemical nature of the specific chain listed in that row.</p>
|
| 70 |
+
<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>
|