revert dataset card
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ dataset_info:
|
|
4 |
features:
|
5 |
- name: hgnc_id
|
6 |
dtype: string
|
7 |
-
- name:
|
8 |
dtype: string
|
9 |
- name: name
|
10 |
dtype: string
|
@@ -147,7 +147,7 @@ The dataset contains the following fields, each of which is essential for unders
|
|
147 |
| Field Name | Description |
|
148 |
|------------|-------------|
|
149 |
| hgnc_id | HGNC ID. A unique ID created by the HGNC for every approved symbol. |
|
150 |
-
|
|
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. |
|
|
|
4 |
features:
|
5 |
- name: hgnc_id
|
6 |
dtype: string
|
7 |
+
- name: symbol
|
8 |
dtype: string
|
9 |
- name: name
|
10 |
dtype: string
|
|
|
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. |
|