vladak commited on
Commit
9f667f7
·
verified ·
1 Parent(s): c673bd5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +174 -24
README.md CHANGED
@@ -1,32 +1,182 @@
 
 
1
  ---
2
  dataset_info:
3
  features:
4
- - name: HLA
5
- dtype: string
6
- - name: peptide
7
- dtype: string
8
- - name: Label
9
- dtype: int64
10
- - name: Length
11
- dtype: int64
12
- - name: Sequence
13
- dtype: string
14
- - name: __index_level_0__
15
- dtype: int64
16
  splits:
17
- - name: train
18
- num_bytes: 587746883
19
- num_examples: 510896
20
- - name: test
21
- num_bytes: 187694391
22
- num_examples: 163120
23
  download_size: 30593699
24
  dataset_size: 775441274
25
  configs:
26
- - config_name: default
27
- data_files:
28
- - split: train
29
- path: data/train-*
30
- - split: test
31
- path: data/test-*
32
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+
3
  ---
4
  dataset_info:
5
  features:
6
+ - name: HLA
7
+ dtype: string
8
+ - name: peptide
9
+ dtype: string
10
+ - name: Label
11
+ dtype: int64
12
+ - name: Length
13
+ dtype: int64
14
+ - name: Sequence
15
+ dtype: string
16
+ - name: __index_level_0__
17
+ dtype: int64
18
  splits:
19
+ - name: train
20
+ num_bytes: 587746883
21
+ num_examples: 510896
22
+ - name: test
23
+ num_bytes: 187694391
24
+ num_examples: 163120
25
  download_size: 30593699
26
  dataset_size: 775441274
27
  configs:
28
+ - config_name: default
29
+ data_files:
30
+ - split: train
31
+ path: data/train-*
32
+ - split: test
33
+ path: data/test-*
34
  ---
35
+
36
+
37
+ ---
38
+ ## Dataset Description
39
+
40
+ Extracted from [Anthem Dataset](https://github.com/s7776d/CapsNet-MHC/tree/main/dataset/Anthem_dataset) and extended with nucleotide HLA
41
+ sequence data from [IMGTHLA](https://github.com/ANHIG/IMGTHLA/tree/Latest/fasta)
42
+
43
+ The dataset contains HLA sequences extended with nucleotide sequences, sourced from both the Anthem dataset and IMGTHLA.
44
+ The nucleotide sequences were retrieved from the IMGTHLA repository and integrated with the Anthem Dataset to create a rich resource
45
+ for studying HLA sequences in immunological research.
46
+
47
+ The nucleotide sequences were processed and extracted using a Jupyter notebook designed for exploratory data analysis:
48
+ **Extraction Notebook**: [EDA_Datasets.ipynb](https://github.com/vladimirkovacevic/nucl-protein/blob/main/notebooks/EDA_Datasets.ipynb)
49
+
50
+
51
+ ## License
52
+ Please refer to the individual dataset repositories for licensing information.
53
+
54
+ ## Dataset Details
55
+ This dataset is intended for training machine learning models, particularly those focused on immunogenomics and HLA sequence prediction tasks. It can be used for research and educational purposes related to immunology and genomics.
56
+
57
+
58
+
59
+
60
+ - **Curated by:** [More Information Needed]
61
+ - **Funded by [optional]:** [More Information Needed]
62
+ - **Shared by [optional]:** [More Information Needed]
63
+ - **Language(s) (NLP):** [More Information Needed]
64
+ - **License:** [More Information Needed]
65
+
66
+ ### Dataset Sources [optional]
67
+
68
+ <!-- Provide the basic links for the dataset. -->
69
+
70
+ - **Repository:** [More Information Needed]
71
+ - **Paper [optional]:** [More Information Needed]
72
+ - **Demo [optional]:** [More Information Needed]
73
+
74
+ ## Uses
75
+
76
+ <!-- Address questions around how the dataset is intended to be used. -->
77
+
78
+ ### Direct Use
79
+
80
+ <!-- This section describes suitable use cases for the dataset. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Out-of-Scope Use
85
+
86
+ <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
87
+
88
+ [More Information Needed]
89
+
90
+ ## Dataset Structure
91
+
92
+ <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
93
+
94
+ [More Information Needed]
95
+
96
+ ## Dataset Creation
97
+
98
+ ### Curation Rationale
99
+
100
+ <!-- Motivation for the creation of this dataset. -->
101
+
102
+ [More Information Needed]
103
+
104
+ ### Source Data
105
+
106
+ <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
107
+
108
+ #### Data Collection and Processing
109
+
110
+ <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
111
+
112
+ [More Information Needed]
113
+
114
+ #### Who are the source data producers?
115
+
116
+ <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
117
+
118
+ [More Information Needed]
119
+
120
+ ### Annotations [optional]
121
+
122
+ <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
123
+
124
+ #### Annotation process
125
+
126
+ <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
127
+
128
+ [More Information Needed]
129
+
130
+ #### Who are the annotators?
131
+
132
+ <!-- This section describes the people or systems who created the annotations. -->
133
+
134
+ [More Information Needed]
135
+
136
+ #### Personal and Sensitive Information
137
+
138
+ <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
139
+
140
+ [More Information Needed]
141
+
142
+ ## Bias, Risks, and Limitations
143
+
144
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
145
+
146
+ [More Information Needed]
147
+
148
+ ### Recommendations
149
+
150
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
151
+
152
+ Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
153
+
154
+ ## Citation [optional]
155
+
156
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
157
+
158
+ **BibTeX:**
159
+
160
+ [More Information Needed]
161
+
162
+ **APA:**
163
+
164
+ [More Information Needed]
165
+
166
+ ## Glossary [optional]
167
+
168
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
169
+
170
+ [More Information Needed]
171
+
172
+ ## More Information [optional]
173
+
174
+ [More Information Needed]
175
+
176
+ ## Dataset Card Authors [optional]
177
+
178
+ [More Information Needed]
179
+
180
+ ## Dataset Card Contact
181
+
182
+ [More Information Needed]