Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
---
|
4 |
+
|
5 |
+
# Dataset Description
|
6 |
+
|
7 |
+
|
8 |
+
## Dataset Summary
|
9 |
+
|
10 |
+
This dataset was parsed from the Human-HIV Interaction dataset maintained by the NCBI.
|
11 |
+
It contains a >16,000 pairs of interactions between HIV and Human proteins.
|
12 |
+
Sequences of the interacting proteins were retrieved from the NCBI protein database and added to the dataset.
|
13 |
+
The raw data is available from the [NBCI FTP site](https://ftp.ncbi.nlm.nih.gov/gene/GeneRIF/hiv_interactions.gz) and the curation strategy is described in the [NAR Research paper](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4383939/) announcing the dataset.
|
14 |
+
|
15 |
+
## Dataset Structure
|
16 |
+
|
17 |
+
### Data Instances
|
18 |
+
|
19 |
+
Data Fields: hiv_protein_product, hiv_protein_name, interaction_type, human_protein_product, human_protein_name, reference_list, description, hiv_protein_sequence, human_protein_sequence
|
20 |
+
|
21 |
+
Data Splits: None
|
22 |
+
|
23 |
+
## Dataset Creation
|
24 |
+
|
25 |
+
Curation Rationale: This dataset was curated train models to recognize proteins that interact with HIV.
|
26 |
+
|
27 |
+
Initial Data Collection and Normalization: Dataset was downloaded and curated on 4/4/2022 but the most recent update of the underlying NCBI database was 2016.
|
28 |
+
|
29 |
+
## Considerations for Using the Data
|
30 |
+
|
31 |
+
Discussion of Biases: This dataset of protein interactions was manually curated by experts utilizing published scientific literature.
|
32 |
+
This inherently biases the collection to well-studied proteins and known interactions.
|
33 |
+
The dataset does not contain _negative_ interactions.
|
34 |
+
|
35 |
+
## Additional Information:
|
36 |
+
- Dataset Curators: Will Dampier
|
37 |
+
- Citation Information: TBA
|