Adding dataset card
Browse files
README.md
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
liscence: mit
|
3 |
+
---
|
4 |
+
|
5 |
+
# Dataset Description
|
6 |
+
|
7 |
+
|
8 |
+
## Dataset Summary
|
9 |
+
|
10 |
+
This dataset is a mirror of the Uniprot/SwissProt database. It contains the names and sequences of >500K proteins.
|
11 |
+
|
12 |
+
This dataset was parsed from the FASTA file at https://ftp.uniprot.org/pub/databases/uniprot/current_release/knowledgebase/complete/uniprot_sprot.fasta.gz.
|
13 |
+
|
14 |
+
Supported Tasks and Leaderboards: None
|
15 |
+
|
16 |
+
Languages: English
|
17 |
+
|
18 |
+
## Dataset Structure
|
19 |
+
|
20 |
+
### Data Instances
|
21 |
+
|
22 |
+
Data Fields: id, description, sequence
|
23 |
+
|
24 |
+
Data Splits: None
|
25 |
+
|
26 |
+
## Dataset Creation
|
27 |
+
|
28 |
+
The dataset was downloaded and parsed into a `dataset` object and uploaded unchanged.
|
29 |
+
|
30 |
+
Initial Data Collection and Normalization: Dataset was downloaded and curated on 03/09/2022.
|
31 |
+
|
32 |
+
## Considerations for Using the Data
|
33 |
+
|
34 |
+
Social Impact of Dataset: Due to the tendency of HIV to mutate, drug resistance is a common issue when attempting to treat those infected with HIV.
|
35 |
+
Protease inhibitors are a class of drugs that HIV is known to develop resistance via mutations.
|
36 |
+
Thus, by providing a collection of protease sequences known to be resistant to one or more drugs, this dataset provides a significant collection of data that could be utilized to perform computational analysis of protease resistance mutations.
|
37 |
+
|
38 |
+
Discussion of Biases: Due to the sampling nature of this database, it is predominantly composed genes from "well studied" genomes. This may impact the "broadness" of the genes contained.
|
39 |
+
|
40 |
+
## Additional Information:
|
41 |
+
- Dataset Curators: Will Dampier
|
42 |
+
- Citation Information: TBA
|
43 |
+
|