Update README.md
Browse files
README.md
CHANGED
|
@@ -42,12 +42,6 @@ from datasets import load_dataset
|
|
| 42 |
dataset = load_dataset("andrewdalpino/SwissProt-Gene-Ontology")
|
| 43 |
```
|
| 44 |
|
| 45 |
-
To load a subset of the SwissProt Gene Ontology dataset use the example below.
|
| 46 |
-
|
| 47 |
-
```python
|
| 48 |
-
dataset = load_dataset("andrewdalpino/SwissProt-Gene-Ontology", "mf")
|
| 49 |
-
```
|
| 50 |
-
|
| 51 |
## References
|
| 52 |
|
| 53 |
>- The UniProt Consortium, UniProt: the Universal Protein Knowledgebase in 2025, Nucleic Acids Research, 2025, 53, D609–D617.
|
|
|
|
| 42 |
dataset = load_dataset("andrewdalpino/SwissProt-Gene-Ontology")
|
| 43 |
```
|
| 44 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
## References
|
| 46 |
|
| 47 |
>- The UniProt Consortium, UniProt: the Universal Protein Knowledgebase in 2025, Nucleic Acids Research, 2025, 53, D609–D617.
|