Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
English
Libraries:
Datasets
Dask
License:
cmatkhan commited on
Commit
7a631ab
·
verified ·
1 Parent(s): 660e3e2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -14,13 +14,13 @@ dataset_info:
14
  dtype: int32
15
  description: End coordinate (1-based, **inclusive**)
16
  - name: strand
17
- dtype: ClassLabel
18
  levels:
19
  - +
20
  - "-"
21
  description: Strand of feature
22
  - name: type
23
- dtype: ClassLabel
24
  levels:
25
  - gene
26
  - ncRNA_gene
@@ -52,7 +52,7 @@ dataset_info:
52
  partitioning:
53
  keys:
54
  - name: chr
55
- dtype: ClassLabel
56
  levels:
57
  - chrI
58
  - chrII
@@ -104,7 +104,7 @@ Output:
104
 
105
  ```raw
106
  [{'name': 'chr',
107
- 'dtype': 'ClassLabel',
108
  'levels': 'chrI,chrII,chrVII,chrV,chrIII,chrIV,chrVIII,chrVI,chrX,chrIX,chrXI,chrXIV,chrXII,chrXIII,chrXV,chrXVI,chrM'}]
109
  ```
110
 
 
14
  dtype: int32
15
  description: End coordinate (1-based, **inclusive**)
16
  - name: strand
17
+ dtype: string
18
  levels:
19
  - +
20
  - "-"
21
  description: Strand of feature
22
  - name: type
23
+ dtype: string
24
  levels:
25
  - gene
26
  - ncRNA_gene
 
52
  partitioning:
53
  keys:
54
  - name: chr
55
+ dtype: string
56
  levels:
57
  - chrI
58
  - chrII
 
104
 
105
  ```raw
106
  [{'name': 'chr',
107
+ 'dtype': 'string',
108
  'levels': 'chrI,chrII,chrVII,chrV,chrIII,chrIV,chrVIII,chrVI,chrX,chrIX,chrXI,chrXIV,chrXII,chrXIII,chrXV,chrXVI,chrM'}]
109
  ```
110