Zakia commited on
Commit
47ce535
·
verified ·
1 Parent(s): 935c0d3

Initial commit

Browse files
Files changed (1) hide show
  1. README.md +113 -3
README.md CHANGED
@@ -1,3 +1,113 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - text-classification
5
+ tags:
6
+ - public health
7
+ - bioinformatics
8
+ - virus
9
+ - proteomics
10
+ - vaccine development
11
+ - antigen
12
+ - machine learning
13
+ - reverse vaccinology
14
+ - viral proteins
15
+ - protegen
16
+ - uniprot
17
+ pretty_name: VPAgs-Dataset4ML
18
+ size_categories:
19
+ - 1K<n<10K
20
+ ---
21
+ # Dataset Card for VPAgs-Dataset4ML
22
+
23
+ ## Dataset Details
24
+
25
+ ### Dataset Description
26
+
27
+ **VPAgs-Dataset4ML** comprises 2,145 viral protein sequences, curated to facilitate the development of machine learning models capable of predicting viral protective antigens (PAgs). These antigens are crucial for designing vaccines against various viral pathogens. The dataset is divided into two categories: 210 protective antigens (positive class) and 1,935 non-protective protein sequences (negative class), derived from the Protegen database and UniProt, respectively. This collection aims to support and accelerate research in reverse vaccinology, providing a valuable resource for bioinformatics and public health.
28
+
29
+ - **Curated by:** Zakia Salod from the University of KwaZulu-Natal and Ozayr Mahomed from the University of KwaZulu-Natal and Dasman Diabetes Institute.
30
+ - **Funded by** National Research Foundation (NRF) of South Africa (grant number 130187) and College of Health Sciences (CHS) of the University of KwaZulu-Natal (UKZN) in Durban, Kwa-Zulu-Natal, South Africa.
31
+ - **Language(s) (NLP):** English.
32
+ - **License:** [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
33
+
34
+ ### Dataset Sources
35
+
36
+ - **Repository:** Mendeley Data - [VPAgs-Dataset4ML](https://doi.org/10.17632/w78tyrjz4z.1)
37
+ - **Paper** Salod, Z.; Mahomed, O. VPAgs-Dataset4ML: A Dataset to Predict Viral Protective Antigens for Machine Learning-Based Reverse Vaccinology. Data 2023, 8, 41. [https://doi.org/10.3390/data8020041](https://doi.org/10.3390/data8020041).
38
+
39
+ ## Uses
40
+
41
+ ### Direct Use
42
+
43
+ This dataset serves as an invaluable asset for developing and testing machine learning algorithms aimed at identifying potential vaccine candidates. Its application extends beyond academic research, offering insights that could significantly impact vaccine development strategies, particularly in the realm of emerging viral threats.
44
+
45
+ ## Dataset Structure
46
+
47
+ ### Data Instances
48
+
49
+ ```
50
+ {
51
+ "sequence": "MATLLRSLALFKRNKDKPPITSGSGGAIRGIKHIIIVPIPGDSSITTRSRLLDRLVRLIGNPDVSGPKLTGALIGILSLFVESPGQLIQRITDDPDVSIRLLEVVQSDQSQSGLTFASRGTNMEDEADQYFSHDDPSSSDQSRSGWFENKEISDIEVQDPEGFNMILGTILAQIWVLLAKAVTAPDTAADSELRRWIKYTQQRRVVGEFRLERKWLDVVRNRIAEDLSLRRFMVALILDIKRTPGNKPRIAEMICDIDTYIVEAGLASFILTIKFGIETMYPALGLHEFAGELSTLESLMNLYQQMGETAPYMVILENSIQNKFSAGSYPLLWSYAMGVGVELENSMGGLNFGRSYFDPAYFRLGQEMVRRSAGKVSSTLASELGITAEDARLVSEIAMHTTEDRISRAVGPRQAQVSFLHGDQSENELPGLGGKEDRRVKQGRGEARESYRETGSSRASDARAAHPPTSMPLDIDTASESGQDPQDSRRSADALLRLQAMAGILEEQGSDTDTPRVYNDRDLLD",
52
+ "label": "1"
53
+ }
54
+ ```
55
+
56
+ ### Data Fields
57
+
58
+ - `sequence`: A string representing the amino acid sequence of a viral protein.
59
+ - `label`: An integer indicating whether the sequence is a protective antigen (1) or not (0).
60
+
61
+ ### Data Splits
62
+
63
+ The dataset has not been split into training and testing sets, to allow for flexibility.
64
+ You may split the dataset into training and testing sets, based on your preferred ratio.
65
+
66
+ ## Dataset Creation
67
+
68
+ ### Curation Rationale
69
+
70
+ The dataset was curated to address the need for a machine learning-ready dataset containing labeled protective (positive) and non-protective (negative) viral protein sequences. This dataset facilitates the development of machine learning models for predicting viral protective antigens, which are crucial for reverse vaccinology and the development of effective vaccines against viral pathogens.
71
+
72
+ ### Source Data
73
+
74
+ #### Data Collection and Processing
75
+
76
+ The dataset was compiled through a meticulous process involving the retrieval of viral PAgs with experimental evidence from the [Protegen](https://violinet.org/protegen/) database, followed by computational steps carried out on viral protein sequences in [UniProt](https://www.uniprot.org/) to select non-protective protein sequences.
77
+
78
+ ## Bias, Risks, and Limitations
79
+
80
+ Given the imbalanced nature of the dataset, with a greater number of non-protective than protective sequences, there's a risk that machine learning models may become biased towards predicting the majority class. To mitigate this, researchers are encouraged to implement strategies such as balanced sampling or weighted loss functions during model training. Additionally, the dataset's focus on viral proteins from specific databases might limit its coverage of all potential protective antigens across the viral kingdom, which should be considered when generalizing findings.
81
+
82
+ ## Citation
83
+
84
+ **BibTeX:**
85
+
86
+ ```bibtex
87
+ @article{salod2023vpags,
88
+ title={VPAgs-Dataset4ML: A Dataset to Predict Viral Protective Antigens for Machine Learning-Based Reverse Vaccinology},
89
+ author={Salod, Zakia and Mahomed, Ozayr},
90
+ journal={Data},
91
+ volume={8},
92
+ number={41},
93
+ year={2023},
94
+ publisher={MDPI},
95
+ doi={10.3390/data8020041}
96
+ }
97
+ ```
98
+
99
+ **APA:**
100
+
101
+ Salod, Z., & Mahomed, O. (2023). VPAgs-Dataset4ML: A Dataset to Predict Viral Protective Antigens for Machine Learning-Based Reverse Vaccinology. Data, 8(41). https://doi.org/10.3390/data8020041
102
+
103
+ ## More Information
104
+
105
+ This dataset is a crucial step towards leveraging machine learning in the field of vaccinology. By providing a high-quality, curated dataset, VPAgs-Dataset4ML facilitates the development of predictive models that can identify promising vaccine candidates, potentially accelerating vaccine development and deployment in response to emerging viral threats.
106
+
107
+ ## Dataset Card Authors
108
+
109
+ Zakia Salod, Ozayr Mahomed
110
+
111
+ ## Dataset Card Contact
112
+
113
+ For any inquiries regarding this dataset, please contact Zakia Salod at [[email protected]]([email protected]).