dwb2023 commited on
Commit
f452d1b
·
verified ·
1 Parent(s): 58553db

initial commit

Browse files
Files changed (1) hide show
  1. README.md +259 -102
README.md CHANGED
@@ -1,102 +1,259 @@
1
- ---
2
- license: cc-by-4.0
3
- dataset_info:
4
- features:
5
- - name: hgnc_id
6
- dtype: string
7
- - name: symbol
8
- dtype: string
9
- - name: name
10
- dtype: string
11
- - name: locus_group
12
- dtype: string
13
- - name: locus_type
14
- dtype: string
15
- - name: status
16
- dtype: string
17
- - name: location
18
- dtype: string
19
- - name: alias_symbol
20
- sequence: string
21
- - name: alias_name
22
- sequence: string
23
- - name: prev_symbol
24
- sequence: string
25
- - name: prev_name
26
- sequence: string
27
- - name: gene_group
28
- sequence: string
29
- - name: gene_group_id
30
- sequence: int64
31
- - name: date_approved_reserved
32
- dtype: string
33
- - name: date_symbol_changed
34
- dtype: string
35
- - name: date_name_changed
36
- dtype: string
37
- - name: date_modified
38
- dtype: string
39
- - name: entrez_id
40
- dtype: string
41
- - name: ensembl_gene_id
42
- dtype: string
43
- - name: vega_id
44
- dtype: string
45
- - name: ucsc_id
46
- dtype: string
47
- - name: ena
48
- sequence: string
49
- - name: refseq_accession
50
- sequence: string
51
- - name: ccds_id
52
- sequence: string
53
- - name: uniprot_ids
54
- sequence: string
55
- - name: pubmed_id
56
- sequence: int64
57
- - name: mgd_id
58
- sequence: string
59
- - name: rgd_id
60
- sequence: string
61
- - name: lsdb
62
- sequence: string
63
- - name: cosmic
64
- dtype: string
65
- - name: omim_id
66
- sequence: string
67
- - name: bioparadigms_slc
68
- dtype: string
69
- - name: orphanet
70
- dtype: float64
71
- - name: merops
72
- dtype: string
73
- - name: iuphar
74
- dtype: string
75
- - name: cd
76
- dtype: string
77
- - name: enzyme_id
78
- sequence: string
79
- - name: agr
80
- dtype: string
81
- - name: mane_select
82
- sequence: string
83
- - name: gencc
84
- dtype: string
85
- - name: uuid
86
- dtype: string
87
- - name: rna_central_id
88
- sequence: string
89
- - name: curator_notes
90
- sequence: string
91
- splits:
92
- - name: train
93
- num_bytes: 65361
94
- num_examples: 87
95
- download_size: 58173
96
- dataset_size: 65361
97
- configs:
98
- - config_name: default
99
- data_files:
100
- - split: train
101
- path: data/train-*
102
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ dataset_info:
4
+ features:
5
+ - name: hgnc_id
6
+ dtype: string
7
+ - name: symbol
8
+ dtype: string
9
+ - name: name
10
+ dtype: string
11
+ - name: locus_group
12
+ dtype: string
13
+ - name: locus_type
14
+ dtype: string
15
+ - name: status
16
+ dtype: string
17
+ - name: location
18
+ dtype: string
19
+ - name: alias_symbol
20
+ sequence: string
21
+ - name: alias_name
22
+ sequence: string
23
+ - name: prev_symbol
24
+ sequence: string
25
+ - name: prev_name
26
+ sequence: string
27
+ - name: gene_group
28
+ sequence: string
29
+ - name: gene_group_id
30
+ sequence: int64
31
+ - name: date_approved_reserved
32
+ dtype: string
33
+ - name: date_symbol_changed
34
+ dtype: string
35
+ - name: date_name_changed
36
+ dtype: string
37
+ - name: date_modified
38
+ dtype: string
39
+ - name: entrez_id
40
+ dtype: string
41
+ - name: ensembl_gene_id
42
+ dtype: string
43
+ - name: vega_id
44
+ dtype: string
45
+ - name: ucsc_id
46
+ dtype: string
47
+ - name: ena
48
+ sequence: string
49
+ - name: refseq_accession
50
+ sequence: string
51
+ - name: ccds_id
52
+ sequence: string
53
+ - name: uniprot_ids
54
+ sequence: string
55
+ - name: pubmed_id
56
+ sequence: int64
57
+ - name: mgd_id
58
+ sequence: string
59
+ - name: rgd_id
60
+ sequence: string
61
+ - name: lsdb
62
+ sequence: string
63
+ - name: cosmic
64
+ dtype: string
65
+ - name: omim_id
66
+ sequence: string
67
+ - name: bioparadigms_slc
68
+ dtype: string
69
+ - name: orphanet
70
+ dtype: float64
71
+ - name: merops
72
+ dtype: string
73
+ - name: iuphar
74
+ dtype: string
75
+ - name: cd
76
+ dtype: string
77
+ - name: enzyme_id
78
+ sequence: string
79
+ - name: agr
80
+ dtype: string
81
+ - name: mane_select
82
+ sequence: string
83
+ - name: gencc
84
+ dtype: string
85
+ - name: uuid
86
+ dtype: string
87
+ - name: rna_central_id
88
+ sequence: string
89
+ - name: curator_notes
90
+ sequence: string
91
+ splits:
92
+ - name: train
93
+ num_bytes: 65361
94
+ num_examples: 87
95
+ download_size: 58173
96
+ dataset_size: 65361
97
+ configs:
98
+ - config_name: default
99
+ data_files:
100
+ - split: train
101
+ path: data/train-*
102
+ tags:
103
+ - biology
104
+ - chemistry
105
+ - medical
106
+ ---
107
+
108
+ # Dataset Card for **Synthetic Lethal Tumor Suppressor Genes (SL TSG)**
109
+
110
+ This dataset was created with the goal of providing cancer researchers and bioinformaticians with a comprehensive resource for studying **synthetic lethality** in **tumor suppressor genes (TSGs)**. By identifying genetic interactions that lead to cancer cell death when both a tumor suppressor gene and its synthetic lethal partner are mutated or deactivated, this dataset aims to support the development of novel cancer therapeutics.
111
+
112
+ It is currently a highly filtered list of ~90 genes and intended to be used in combination with the [dwb2023/pmc_35559673_table_s6](https://huggingface.co/datasets/dwb2023/pmc_35559673_table_s6) dataset.
113
+
114
+ In creating this dataset, we are grateful for the rich, publicly available data curated by the **HUGO Gene Nomenclature Committee (HGNC)**. Their dedication to maintaining high-quality gene data has been instrumental to this work.
115
+
116
+ ## Dataset Details
117
+
118
+ ### Dataset Description
119
+
120
+ This dataset consists of curated information on synthetic lethal interactions involving tumor suppressor genes. The fields in this dataset include gene symbols, gene IDs, and additional metadata sourced from public bioinformatics databases, including **HGNC**, **ENSEMBL**, **NCBI Entrez**, and others. Researchers can leverage this dataset to study gene-gene interactions in cancer biology, particularly those that lead to synthetic lethality, an emerging therapeutic strategy in cancer treatment.
121
+
122
+ We would like to acknowledge **HGNC** as the primary source of the gene nomenclature and ID data used in this dataset. **HGNC** provides freely accessible gene data under the **Creative Commons Public Domain (CC0)** license. While attribution is not required, we believe in giving credit to the dedicated curators who make such valuable resources available.
123
+
124
+ ### Dataset Sources
125
+
126
+ - **Source File:** [HGNC Complete Set JSON](https://storage.googleapis.com/public-download-files/hgnc/json/json/hgnc_complete_set.json)
127
+ - **Paper:** [Genenames.org: the HGNC resources in 2023](https://academic.oup.com/nar/article/51/D1/D1003/6761747) by Ruth L. Seal, et al.
128
+
129
+ ## Uses
130
+
131
+ ### Direct Use
132
+
133
+ This dataset is primarily intended for use in **cancer research**. Specifically, it supports the study of **synthetic lethal interactions** involving tumor suppressor genes, helping researchers:
134
+ - Identify potential therapeutic targets in cancer cells harboring TSG mutations.
135
+ - Explore gene-gene dependencies that may reveal vulnerabilities in cancer cells.
136
+ - Integrate synthetic lethal interactions with other cancer data to guide precision medicine.
137
+
138
+ ### Out-of-Scope Use
139
+
140
+ - This dataset is not designed for clinical decision-making or to predict individual genetic predispositions to diseases.
141
+ - Using the dataset for commercial purposes without proper validation and clinical trials is discouraged.
142
+
143
+ ## Dataset Structure
144
+
145
+ The dataset contains the following fields, each of which is essential for understanding the synthetic lethal interactions and genetic relationships in cancer:
146
+
147
+ | Field Name | Description |
148
+ |------------|-------------|
149
+ | hgnc_id | HGNC ID. A unique ID created by the HGNC for every approved symbol. |
150
+ | symbol | The HGNC approved gene symbol. Equates to the "Approved symbol" field within the gene symbol report. |
151
+ | name | HGNC approved name for the gene. Equates to the "Approved name" field within the gene symbol report. |
152
+ | locus_group | A group name for a set of related locus types as defined by the HGNC (e.g. non-coding RNA). |
153
+ | locus_type | The locus type as set by the HGNC. |
154
+ | status | Status of the symbol report, which can be either "Approved" or "Entry Withdrawn". |
155
+ | location | Cytogenetic location of the gene (e.g. 2q34). |
156
+ | alias_symbol | Other symbols used to refer to this gene as seen in the "Alias symbols" field in the gene symbol report. |
157
+ | alias_name | Other names used to refer to this gene as seen in the "Alias names" field in the gene symbol report. |
158
+ | prev_symbol | Gene symbols previously approved by the HGNC for this gene. Equates to the "Previous symbols" field within the gene symbol report. |
159
+ | prev_name | Gene names previously approved by the HGNC for this gene. Equates to the "Previous names" field within the gene symbol report. |
160
+ | gene_group | The gene group name as set by the HGNC and seen at the top of the gene group reports. |
161
+ | gene_group_id | ID used to designate a gene group the gene has been assigned to. |
162
+ | date_approved_reserved | The date the entry was first approved. |
163
+ | date_symbol_changed | The date the approved symbol was last changed. |
164
+ | date_name_changed | The date the approved name was last changed. |
165
+ | date_modified | Date the entry was last modified. |
166
+ | entrez_id | NCBI gene ID. Found within the "Gene resources" section of the gene symbol report. |
167
+ | ensembl_gene_id | Ensembl gene ID. Found within the "Gene resources" section of the gene symbol report. |
168
+ | vega_id | Vega gene ID. Found within the "Gene resources" section of the gene symbol report. |
169
+ | ucsc_id | UCSC gene ID. Found within the "Gene resources" section of the gene symbol report. |
170
+ | ena | International Nucleotide Sequence Database Collaboration (GenBank, ENA and DDBJ) accession number(s). Found within the "Nucleotide resources" section of the gene symbol report. |
171
+ | refseq_accession | RefSeq nucleotide accession(s). Found within the "Nucleotide resources" section of the gene symbol report. |
172
+ | ccds_id | Consensus CDS ID. Found within the "Nucleotide resources" section of the gene symbol report. |
173
+ | uniprot_ids | UniProt protein accession. Found within the "Protein resource" section of the gene symbol report. |
174
+ | pubmed_id | Pubmed and Europe Pubmed Central PMID(s). |
175
+ | mgd_id | Mouse genome informatics database ID. Found within the "Homologs" section of the gene symbol report. |
176
+ | rgd_id | Rat genome database gene ID. Found within the "Homologs" section of the gene symbol report. |
177
+ | lsdb | The name of the Locus Specific Mutation Database and URL for the gene separated by a | character. |
178
+ | cosmic | Symbol used within the Catalogue of somatic mutations in cancer for the gene. (No longer updated!). |
179
+ | omim_id | Online Mendelian Inheritance in Man (OMIM) ID |
180
+ | bioparadigms_slc | Symbol used to link to the SLC tables database at bioparadigms.org for the gene |
181
+ | orphanet | Orphanet ID |
182
+ | merops | ID used to link to the MEROPS peptidase database |
183
+ | iuphar | The objectId used to link to the IUPHAR/BPS Guide to PHARMACOLOGY database. |
184
+ | cd | Symbol used within the Human Cell Differentiation Molecule database for the gene |
185
+ | enzyme_id | ENZYME EC accession number |
186
+ | agr | The HGNC ID that the Alliance of Genome Resources (AGR) have linked to their record of the gene. |
187
+ | mane_select | NCBI and Ensembl transcript IDs/acessions including the version number for one high-quality representative transcript per protein-coding gene. |
188
+ | gencc | The HGNC ID used within the GenCC database as the unique identifier of their gene reports within the GenCC database. |
189
+ | uuid | Unique identifier (not in original description, but present in the JSON list) |
190
+ | rna_central_id | RNA Central ID (not in original description, but present in the JSON list) |
191
+ | curator_notes | Curator notes (not in original description, but present in the JSON list) |
192
+
193
+ ## Dataset Creation
194
+
195
+ ### Curation Rationale
196
+
197
+ The curation of this dataset was driven by a need for a well-organized, comprehensive source of synthetic lethal interactions in tumor suppressor genes. These relationships offer a promising avenue for cancer therapies that specifically target cancer cells, leaving healthy cells unaffected.
198
+
199
+ ### Source Data
200
+
201
+ #### Data Collection and Processing
202
+
203
+ The data was collected from multiple publicly available sources, including:
204
+ - **HGNC**: Providing gene nomenclature and IDs.
205
+ - **ENSEMBL**: Offering curated genomic annotations.
206
+ - **NCBI Entrez**: Supplying cross-referenced gene IDs.
207
+
208
+ Data was processed to ensure consistency across gene symbols and IDs, with normalization steps applied to ensure accuracy and usability in bioinformatics workflows.
209
+
210
+ #### Who are the source data producers?
211
+
212
+ - **HGNC (HUGO Gene Nomenclature Committee)**: Providing standardized gene symbols and IDs (https://www.genenames.org/)
213
+ - **ENSEMBL**: Offering detailed genome annotations (https://www.ensembl.org/)
214
+ - **NCBI Entrez**: Supplying gene-related data (https://www.ncbi.nlm.nih.gov/gene/)
215
+
216
+ ### Annotations [optional]
217
+
218
+ No manual annotations were added to the dataset.
219
+
220
+ ## Bias, Risks, and Limitations
221
+
222
+ ### Recommendations
223
+
224
+ This dataset is intended for research purposes only. Users should be aware that synthetic lethal interactions are still under active research, and many interactions need experimental validation. Users are encouraged to critically evaluate the dataset before applying it in any therapeutic development context.
225
+
226
+ ## Citation
227
+
228
+ Please cite the original dataset using the following format:
229
+
230
+ **BibTeX:**
231
+ ```
232
+ @article{10.1093/nar/gkac888,
233
+ author = {Seal, Ruth L and Braschi, Bryony and Gray, Kristian and Jones, Tamsin E M and Tweedie, Susan and Haim-Vilmovsky, Liora and Bruford, Elspeth A},
234
+ title = "{Genenames.org: the HGNC resources in 2023}",
235
+ journal = {Nucleic Acids Research},
236
+ volume = {51},
237
+ number = {D1},
238
+ pages = {D1003-D1009},
239
+ year = {2022},
240
+ month = {10},
241
+ abstract = "{The HUGO Gene Nomenclature Committee (HGNC) assigns unique symbols and names to human genes. The HGNC database (www.genenames.org) currently contains over 43 000 approved gene symbols, over 19 200 of which are assigned to protein-coding genes, 14 000 to pseudogenes and nearly 9000 to non-coding RNA genes. The public website, www.genenames.org, displays all approved nomenclature within Symbol Reports that contain data curated by HGNC nomenclature advisors and links to related genomic, clinical, and proteomic information. Here, we describe updates to our resource, including improvements to our search facility and new download features.}",
242
+ issn = {0305-1048},
243
+ doi = {10.1093/nar/gkac888},
244
+ url = {https://doi.org/10.1093/nar/gkac888},
245
+ eprint = {https://academic.oup.com/nar/article-pdf/51/D1/D1003/48441239/gkac888.pdf},
246
+ }
247
+ ```
248
+
249
+ ## Dataset Card Authors
250
+
251
+ - **Author:** dwb2023
252
+
253
+ ## Dataset Card Contact
254
+
255
+ - **Contact:** dwb2023
256
+
257
+ ---
258
+
259
+ This card now includes proper attribution for **HGNC** and other contributors, aligning with their recommendations for proper citation and respecting their curation efforts. Let me know if there are any final adjustments!